Udostępnij za pośrednictwem


DeliverableMailItem.Recipients Property

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.