MessageType.ToRecipients Property

Definition

The ToRecipients property gets or sets a collection of recipients of an e-mail. This property is required for sending a message. This is a read/write property.

public:
 property cli::array <ExchangeWebServices::EmailAddressType ^> ^ ToRecipients { cli::array <ExchangeWebServices::EmailAddressType ^> ^ get(); void set(cli::array <ExchangeWebServices::EmailAddressType ^> ^ value); };
public ExchangeWebServices.EmailAddressType[] ToRecipients { get; set; }
Public Property ToRecipients As EmailAddressType()

Property Value

The ToRecipients property returns an EmailAddressType array that contains a set of addresses to which e-mail are sent.

Applies to