Click or drag to resize

SharingInviteStatus Enumeration

IT Hit WebDAV Classes Reference
Sharing invite status.

Namespace:  ITHit.WebDAV.Server.CalDav
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public enum SharingInviteStatus
Members
  Member nameValueDescription
Noresponse0 Indicates that the sharee has never replied to the corresponding sharing invite.
Accepted1 Indicates that the sharee has accepted the corresponding sharing invite.
Declined2 Indicates that the sharee has declined the corresponding sharing invite.
Invalid3 Indicates that the corresponding sharee is not a valid calendar user known to the server.
See Also