Recipient Members

Independentsoft MSG .NET

Recipient Members MSG .NET Class Library
The Recipient type exposes the following members.
Constructors

  NameDescription
Public methodRecipient
Initializes a new instance of the Recipient class.
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the type of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyAddressType
Contains the recipient's e-mail address type, such as Simple Mail Transfer Protocol (SMTP).
Public propertyDisplayName
Contains the display name of the recipient.
Public propertyDisplayName7Bit
Contains a 7-bit ASCII representation of the recipient's display name.
Public propertyDisplayType
Contains a value used to associate an icon with a particular row of a table.
Public propertyEmailAddress
Contains the recipient's e-mail address.
Public propertyEntryId
Contains the EntryID of the recipient.
Public propertyInstanceKey
Contains a value that uniquely identifies a row in a table.
Public propertyObjectType
Contains the type of the recipient.
Public propertyOriginatingAddressType
Public propertyOriginatingEmailAddress
Public propertyRecipientType
Contains the recipient type for a message recipient.
Public propertyResponsibility
Contains true if some transport provider has already accepted responsibility for delivering the message to this recipient, and false if the MAPI spooler considers that this transport provider should accept responsibility.
Public propertySearchKey
Contains a binary-comparable key that identifies correlated objects for a search.
Public propertySendInternetEncoding
Contains a bitmask of encoding preferences.
Public propertySendRichInfo
Contains true if the recipient can receive all message content, including Rich Text Format (RTF) and Object Linking and Embedding (OLE) objects.
Public propertySmtpAddress
Contains SMTP email address.
Public propertyTransmitableDisplayName
Contains a recipient's display name in a secure form that cannot be changed.
Back to Top
See Also