Message.To Property

Independentsoft MSG .NET

Message To Property MSG .NET Class Library
Gets to.

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

Syntax

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

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

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

Property Value

Type: OnlineIList Mailbox 
To.
See Also