OlSharingMsgType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the type of sharing message represented by a SharingItem object.
public enum class OlSharingMsgType
public enum OlSharingMsgType
Public Enum OlSharingMsgType
- Inheritance
-
OlSharingMsgType
Fields
Name | Value | Description |
---|---|---|
olSharingMsgTypeUnknown | 0 | Represents an unknown type of sharing message. |
olSharingMsgTypeRequest | 1 | Represents a sharing request. |
olSharingMsgTypeInvite | 2 | Represents a sharing invitation. |
olSharingMsgTypeInviteAndRequest | 3 | Represents both a sharing invitation and a sharing request. |
olSharingMsgTypeResponseAllow | 4 | Represents a sharing response, which indicates that a sharing request or sharing invitation has been allowed. |
olSharingMsgTypeResponseDeny | 5 | Represents a sharing response, which indicates that a sharing request or sharing invitation has been denied. |