RecipientType Enumeration |
Indicates the type of recipient.
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic enum RecipientType
Public Enumeration RecipientType
public enum class RecipientType
Members
| Member name | Value | Description |
---|
| GAL | 1 |
Represents a GAL entry.
|
| Contact | 2 |
Represents a contact entry.
|
See Also