public final class ItemChoice
extends com.aspose.ms.System.Enum
Specifies property type which should be used for Exchange impersonation.
Modifier and Type | Field and Description |
---|---|
static int |
PrimarySmtpAddress
Specifies that primary Simple Mail Transfer Protocol (SMTP) address of the account should be used for Exchange impersonation.
|
static int |
PrincipalName
Specifies that user principal name (UPN) of the account should be used for Exchange impersonation.
|
static int |
SID
Specifies that security descriptor definition language (SDDL) form of the security identifier (SID) for the account should be used for Exchange impersonation.
|
static int |
SmtpAddress
Specifies that Simple Mail Transfer Protocol (SMTP) address of the account should be used for Exchange impersonation.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int PrimarySmtpAddress
Specifies that primary Simple Mail Transfer Protocol (SMTP) address of the account should be used for Exchange impersonation.
public static final int PrincipalName
Specifies that user principal name (UPN) of the account should be used for Exchange impersonation.
public static final int SID
Specifies that security descriptor definition language (SDDL) form of the security identifier (SID) for the account should be used for Exchange impersonation.
public static final int SmtpAddress
Specifies that Simple Mail Transfer Protocol (SMTP) address of the account should be used for Exchange impersonation.