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.

See also

Reference

DeliverableMailItem class

DeliverableMailItem members

Microsoft.Exchange.Data.Transport namespace