LumiSoft Net Help
From Property
NamespacesLumiSoft.Net.MailMail_MessageFrom
Gets or sets message author(s). Value null means not specified.
Declaration Syntax
C#Visual BasicVisual C++F#
public Mail_t_MailboxList From { get; set; }
Public Property From As Mail_t_MailboxList
	Get
	Set
public:
property Mail_t_MailboxList^ From {
	Mail_t_MailboxList^ get ();
	void set (Mail_t_MailboxList^ value);
}
member From : Mail_t_MailboxList with get, set
Property Value
Remarks
Specifies the author(s) of the message; that is, the mailbox(es) of the person(s) or system(s) responsible for the writing of the message.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this property is accessed.
ParseExceptionIs raised when header field parsing errors.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119