Represens a recipient entry in message object. More...
Inherits Aspose::Email::Mapi::Msg::IMessageObjectPropertyContainer.
Public Member Functions | |
| System::SharedPtr< MessageObjectPropertiesCollection > | get_Properties () override |
| Gets the properties set on the recipient. More... | |
| MessageObjectRecipientEntity () | |
| Initializes a new instance of the MessageObjectRecipientEntity class. More... | |
| MessageObjectRecipientEntity (System::SharedPtr< MessageObjectPropertiesCollection > properties) | |
| Initializes a new instance of the MessageObjectRecipientEntity class with the predefined property set. More... | |
Represens a recipient entry in message object.
| Aspose::Email::Mapi::Msg::MessageObjectRecipientEntity::MessageObjectRecipientEntity | ( | ) |
Initializes a new instance of the MessageObjectRecipientEntity class.
| Aspose::Email::Mapi::Msg::MessageObjectRecipientEntity::MessageObjectRecipientEntity | ( | System::SharedPtr< MessageObjectPropertiesCollection > | properties | ) |
Initializes a new instance of the MessageObjectRecipientEntity class with the predefined property set.
| properties | The properties. |
|
overridevirtual |
Gets the properties set on the recipient.
The properties.
Implements Aspose::Email::Mapi::Msg::IMessageObjectPropertyContainer.