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