UserId - преобразование (String to UserId)
Implements an implicit conversion between a string representing a primary SMTP address and UserId.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public static implicit operator UserId (
string primarySmtpAddress
)
Public Shared Widening Operator CType (
primarySmtpAddress As String
) As UserId
static implicit operator UserId^ (
String^ primarySmtpAddress
)
F# не поддерживает объявление новых операторов приведения.
- primarySmtpAddress String
- The string representing a primary SMTP address.
UserIdA UserId initialized with the specified primary SMTP address.