Share via


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

See also

Reference

MailItem class

MailItem members

Microsoft.Exchange.Data.Transport namespace