Indicates the type of recipient.
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic RecipientType Type { get; set; }
Public Property Type As RecipientType
Get
Set
public:
property RecipientType Type {
RecipientType get ();
void set (RecipientType value);
}
member Type : RecipientType with get, set
Property Value
Type:
RecipientType
See Also