AttendeeInfo.Implicit(String to AttendeeInfo) 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 e-mail address and an AttendeeInfo object.
public:
static operator Microsoft::Exchange::WebServices::Data::AttendeeInfo ^(System::String ^ smtpAddress);
public static implicit operator Microsoft.Exchange.WebServices.Data.AttendeeInfo (string smtpAddress);
Public Shared Widening Operator CType (smtpAddress As String) As AttendeeInfo
Parameters
- smtpAddress
- String
A string representation of an SMTP e-mail address.
Returns
An AttendeeInfo object.