Click or drag to resize

ISchedulingPrincipalAsyncGetCalendarUserAddressSetAsync Method

IT Hit WebDAV Classes Reference
Gets the list of calendar addresses, typically e-mails, for this principal resource.

Namespace:  ITHit.WebDAV.Server.CalDav
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 11.3.10719
Syntax
Task<IEnumerable<string>> GetCalendarUserAddressSetAsync()

Task<IEnumerable<string>> GetCalendarUserAddressSetAsync()

Return Value

Type: TaskIEnumerableString

[Missing <returns> documentation for "M:ITHit.WebDAV.Server.CalDav.ISchedulingPrincipalAsync.GetCalendarUserAddressSetAsync"]

See Also