ISchedulingPrincipalAsyncGetScheduleOutboxUrlAsync 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: 11.3.10719
SyntaxTask<string> GetScheduleOutboxUrlAsync()
Task<string> GetScheduleOutboxUrlAsync()
Function GetScheduleOutboxUrlAsync As Task(Of String)
Function GetScheduleOutboxUrlAsync As Task(Of String)
Task<String^>^ GetScheduleOutboxUrlAsync()
Task<String^>^ GetScheduleOutboxUrlAsync()
abstract GetScheduleOutboxUrlAsync : unit -> Task<string>
abstract GetScheduleOutboxUrlAsync : unit -> Task<string>
Return Value
Type:
TaskString[Missing <returns> documentation for "M:ITHit.WebDAV.Server.CalDav.ISchedulingPrincipalAsync.GetScheduleOutboxUrlAsync"]
See Also