| MapiMailMessageRecipients Property |
Gets the recipient list for this mail message.
Namespace: QsInformatica.UtilsAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.0
Syntax public RecipientCollection Recipients { get; }
Public ReadOnly Property Recipients As RecipientCollection
Get
public:
property RecipientCollection^ Recipients {
RecipientCollection^ get ();
}
member Recipients : RecipientCollection with get
Property Value
RecipientCollectionSee Also