ExchangeServiceAutodiscoverUrl(String) - метод
Initializes the Url property to the Exchange Web Services URL for the specified e-mail address by
calling the Autodiscover service.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public Task AutodiscoverUrl(
string emailAddress
)
Public Function AutodiscoverUrl (
emailAddress As String
) As Task
public:
Task^ AutodiscoverUrl(
String^ emailAddress
)
member AutodiscoverUrl :
emailAddress : string -> Task
- emailAddress String
- The email address to use.
Task