Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Recipients property gets the collection of recipients on the message, including 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 ReadOnlyEnvelopeRecipientCollection
Get
'Usage
Dim instance As DeliverableMailItem
Dim value As ReadOnlyEnvelopeRecipientCollection
value = instance.Recipients
public abstract ReadOnlyEnvelopeRecipientCollection Recipients { get; }
Property value
Type: Microsoft.Exchange.Data.Transport.ReadOnlyEnvelopeRecipientCollection
The Recipients property returns a ReadOnlyEnvelopeRecipientCollection instance containing the message recipients.