Message.From Property

Independentsoft MSG .NET

Message From Property MSG .NET Class Library
Gets or sets from.

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

Syntax

public Mailbox From { get; set; }
public Mailbox From { get; set; }
Public Property From As Mailbox 
	Get 
	Set
Public Property From As Mailbox 
	Get 
	Set
Dim instance As Message 
Dim value As Mailbox 

value = instance.From

instance.From = value
Dim instance As Message 
Dim value As Mailbox 

value = instance.From

instance.From = value
/** @property */
public Mailbox get_From()
/** @property */
public void set_From(Mailbox value)
/** @property */
public Mailbox get_From()
/** @property */
public void set_From(Mailbox value)
function get From () : Mailbox 
function set From (value : Mailbox)
function get From () : Mailbox 
function set From (value : Mailbox)
function get_From();
function set_From(value);
function get_From();
function set_From(value);

Property Value

Type: Mailbox
From.
See Also