OlSharingMsgType enumeration (Outlook)
Indicates the type of sharing message represented by a SharingItem object.
Name | Value | Description |
---|---|---|
olSharingMsgTypeInvite | 2 | Represents a sharing invitation. |
olSharingMsgTypeInviteAndRequest | 3 | Represents both a sharing invitation and a sharing request. |
olSharingMsgTypeRequest | 1 | Represents 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. |
olSharingMsgTypeUnknown | 0 | Represents an unknown type of sharing message. |
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.