MessageObjectRecipientEntityProperties Property |
Gets the properties set on the recipient.
Namespace:
Aspose.Email.Mapi.Msg
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public MessageObjectPropertiesCollection Properties { get; }
Public ReadOnly Property Properties As MessageObjectPropertiesCollection
Get
public:
virtual property MessageObjectPropertiesCollection^ Properties {
MessageObjectPropertiesCollection^ get () sealed;
}
abstract Properties : MessageObjectPropertiesCollection with get
override Properties : MessageObjectPropertiesCollection with get
Property Value
Type:
MessageObjectPropertiesCollectionThe properties.
Implements
IMessageObjectPropertyContainerPropertiesSee Also