Enum ConnectingIdType
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Defines the type of Id of a ConnectingId object.
public enum ConnectingIdType
Fields
PrincipalName = 0
The connecting Id is a principal name.
SID = 1
The Id is an SID.
SmtpAddress = 2
The Id is an SMTP address.