MessageType.ReplyTo Property

Definition

The ReplyTo property gets or sets a collection of addresses to which replies should be sent. This property is optional. This is a read/write property.

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

Property Value

The ReplyTo property returns an EmailAddressType array that contains a set of addresses to which replies should be sent.

Applies to