Recipient Class

Represents a single recipient that has been resolved.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerRecipient

Namespace:  Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class Recipient

The Recipient type exposes the following members.

Constructors
  NameDescription
Public methodRecipient
Initializes a new instance of the Recipient class
Properties
  NameDescription
Public propertyAvailability
Identifies status and free/busy data of the users or distribution lists identified in the request for the time identified by the StartTime and EndTime. When the Availability is included in a ResolveRecipients request, the server retrieves free/busy information for the users identified in the To elements included in the request, and returns the free/busy information in the MergedFreeBusy in the response.
Public propertyCertificates
Contains information about the certificates for a recipient.
Public propertyDisplayName
Contains the display name of the recipient.
Public propertyEmailAddress
Contains the email address of the recipient, in SMTP format.
Public propertyPicture
Contains the data related to the contact photos.
Public propertyType
Indicates the type of recipient.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also