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: 11.3.10719
Syntaxpublic enum SharingInviteStatus
public enum SharingInviteStatus
Public Enumeration SharingInviteStatus
Public Enumeration SharingInviteStatus
public enum class SharingInviteStatus
public enum class SharingInviteStatus
type SharingInviteStatus
type SharingInviteStatus
Members
| Member name | Value | Description |
---|
| Noresponse | 0 |
Indicates that the sharee has never replied to the corresponding sharing invite.
|
| Accepted | 1 |
Indicates that the sharee has accepted the corresponding sharing invite.
|
| Declined | 2 |
Indicates that the sharee has declined the corresponding sharing invite.
|
| Invalid | 3 |
Indicates that the corresponding sharee is not a valid calendar user known to the server.
|
See Also