MapiMailMessage.Recipients Property

QsInformatica.Utils

MapiMailMessageRecipients Property

Gets the recipient list for this mail message.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.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

Type: RecipientCollection
See Also