Enum ItemChoice

ItemChoice enumeration

Specifies property type which should be used for Exchange impersonation.

public enum ItemChoice

Values

NameValueDescription
PrimarySmtpAddress0Specifies that primary Simple Mail Transfer Protocol (SMTP) address of the account should be used for Exchange impersonation.
PrincipalName1Specifies that user principal name (UPN) of the account should be used for Exchange impersonation.
SID2Specifies that security descriptor definition language (SDDL) form of the security identifier (SID) for the account should be used for Exchange impersonation.
SmtpAddress3Specifies that Simple Mail Transfer Protocol (SMTP) address of the account should be used for Exchange impersonation.

See Also