Message.ReplyTo Property

Independentsoft MSG .NET

Message ReplyTo Property MSG .NET Class Library
Gets the reply to.

Namespace: Independentsoft.Email.Mime
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public IList<Mailbox> ReplyTo { get; }
public IList<Mailbox> ReplyTo { get; }
Public ReadOnly Property ReplyTo As IList(Of Mailbox)
	Get
Public ReadOnly Property ReplyTo As IList(Of Mailbox)
	Get
Dim instance As Message 
Dim value As IList(Of Mailbox)

value = instance.ReplyTo
Dim instance As Message 
Dim value As IList(Of Mailbox)

value = instance.ReplyTo
/** @property */
public IList<Mailbox> get_ReplyTo()
/** @property */
public IList<Mailbox> get_ReplyTo()
function get ReplyTo () : IList<Mailbox>
function get ReplyTo () : IList<Mailbox>
function get_ReplyTo();
function get_ReplyTo();

Property Value

Type: OnlineIList Mailbox 
The reply to.
See Also