C# Class SmtpServer.Mail.MailboxExtensionMethods

Datei anzeigen Open project: cosullivan/SmtpServer

Public Methods

Method Description
AsAddress ( this mailbox ) : string

Returns the Mailbox as an Address string.

Method Details

AsAddress() public static method

Returns the Mailbox as an Address string.
public static AsAddress ( this mailbox ) : string
mailbox this The mailbox to perform the operation on.
return string