ISchedulingPrincipalGetScheduleOutboxUrlAsync Method
IT Hit WebDAV Classes Reference
Gets the URL of the scheduling outbox collection owned by this principal.
Namespace:
ITHit.WebDAV.Server.CalDav
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax Task<string> GetScheduleOutboxUrlAsync()
Function GetScheduleOutboxUrlAsync As Task(Of String)
Task<String^>^ GetScheduleOutboxUrlAsync()
abstract GetScheduleOutboxUrlAsync : unit -> Task<string>
Return Value
Type:
TaskString[Missing <returns> documentation for "M:ITHit.WebDAV.Server.CalDav.ISchedulingPrincipal.GetScheduleOutboxUrlAsync"]
See Also