MessageType.ReplyTo Property

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.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
<XmlArrayItemAttribute("Mailbox", IsNullable:=False)> _
Public Property ReplyTo As EmailAddressType()
[XmlArrayItemAttribute("Mailbox", IsNullable=false)] 
public EmailAddressType[] ReplyTo { get; set; }
[XmlArrayItemAttribute(L"Mailbox", IsNullable=false)] 
public:
property array<EmailAddressType^>^ ReplyTo {
    array<EmailAddressType^>^ get ();
    void set (array<EmailAddressType^>^ value);
}
/** @property */
public EmailAddressType[] get_ReplyTo ()

/** @property */
public void set_ReplyTo (EmailAddressType[] value)
public function get ReplyTo () : EmailAddressType[]

public function set ReplyTo (value : EmailAddressType[])

Property Value

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)