Mailbox.Implicit(String to Mailbox) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines an implicit conversion between a string that represents an SMTP address and an e-mail address object.
public:
static operator Microsoft::Exchange::WebServices::Data::Mailbox ^(System::String ^ smtpAddress);
public static implicit operator Microsoft.Exchange.WebServices.Data.Mailbox (string smtpAddress);
Public Shared Widening Operator CType (smtpAddress As String) As Mailbox
Parameters
- smtpAddress
- String
The SMTP address to convert to an e-mail address object.
Returns
A mailbox initialized with the specified SMTP address.