AutodiscoverServiceUrl Property |
Gets or sets the URL this service is bound to.
Namespace:
Aspose.Email.Clients.Exchange
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic Uri Url { get; set; }Public Property Url As Uri
Get
Set
public:
property Uri^ Url {
Uri^ get ();
void set (Uri^ value);
}member Url : Uri with get, set
Property Value
Type:
Uri
See Also