MailItem.Recipients Property
When overridden in a derived class, the Recipients property gets the collection of recipients on the envelope. This includes To, Cc, and Bcc recipients.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Recipients As EnvelopeRecipientCollection
Get
'Usage
Dim instance As MailItem
Dim value As EnvelopeRecipientCollection
value = instance.Recipients
public abstract EnvelopeRecipientCollection Recipients { get; }
Property Value
Type: Microsoft.Exchange.Data.Transport.EnvelopeRecipientCollection