DotNetOpenMail 0.5.7 (beta)

ISmtpProxy.MailFrom Method 

Send the MAIL FROM command

[Visual Basic]
Function MailFrom( _ 
   ByVal mailfrom As EmailAddress _ 
) As SmtpResponse
[C#]
SmtpResponse MailFrom(
   EmailAddress mailfrom
);
[C++]
SmtpResponse* MailFrom(
   EmailAddress* mailfrom
);
[JScript]
function MailFrom(
   EmailAddress mailfrom
): SmtpResponse;

Parameters

mailfrom

Return Value

See Also

ISmtpProxy Interface | DotNetOpenMail Namespace