AttendeeInfo.Implicit(String to AttendeeInfo) Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit une conversion implicite entre une chaîne qui représente une adresse de messagerie SMTP et un objet AttendeeInfo.
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
Paramètres
- smtpAddress
- String
Représentation sous forme de chaîne d’une adresse de messagerie SMTP.
Retours
Objet AttendeeInfo.