 | SmtpMailFrom Property |
Gets or sets from mail address. Value of this property is used for SMTP's MAIL FROM command.
Namespace: Limilabs.Client.SMTPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic string From { get; set; }Public Property From As String
Get
Set
public:
property String^ From {
String^ get ();
void set (String^ value);
}member From : string with get, set
Property Value
String
See Also