Edit

Share via


AttendeeInfo.Implicit(String to AttendeeInfo) Operator

Definition

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.

Applies to