Autodiscover
Contents
[
Hide
]
Autodiscover(string, NetworkCredential, string)
The Autodiscover command facilitates the discovery of core account configuration information by using the user’s Simple Mail Transfer Protocol (SMTP) address as the primary input.
public static AutodiscoverResult Autodiscover(string autodiscoverUri, NetworkCredential credential,
string emailAddress)
Parameter | Type | Description |
---|---|---|
autodiscoverUri | String | The URL of autodiscover service |
credential | NetworkCredential | Credentials for connecting to the server. |
emailAddress | String | The email address is a required child element of the autodiscover request |
Return Value
Autodiscover result
See Also
- class AutodiscoverResult
- class ActiveSyncTLClient
- namespace Aspose.Email.Clients.ActiveSync.TransportLayer
- assembly Aspose.Email
Autodiscover(string)
The Autodiscover command facilitates the discovery of core account configuration information by using the user’s Simple Mail Transfer Protocol (SMTP) address as the primary input.
public virtual AutodiscoverResult Autodiscover(string emailAddress)
Parameter | Type | Description |
---|---|---|
emailAddress | String | The email address is a required child element of the autodiscover request |
Return Value
Autodiscover result
See Also
- class AutodiscoverResult
- class ActiveSyncTLClient
- namespace Aspose.Email.Clients.ActiveSync.TransportLayer
- assembly Aspose.Email