MessageObjectRecipientEntity Class

Represens a recipient entry in message object.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Mapi.MsgMessageObjectRecipientEntity

Namespace:  Aspose.Email.Mapi.Msg
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class MessageObjectRecipientEntity : IMessageObjectPropertyContainer

The MessageObjectRecipientEntity type exposes the following members.

Constructors
  NameDescription
Public methodMessageObjectRecipientEntity
Initializes a new instance of the MessageObjectRecipientEntity class.
Properties
  NameDescription
Public propertyProperties
Gets the properties set on the 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