OlSharingMsgType Enumeration
Indicates the type of sharing message represented by a SharingItem object.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlSharingMsgType
'Usage
Dim instance As OlSharingMsgType
public enum OlSharingMsgType
Members
Member name | Description | |
---|---|---|
olSharingMsgTypeUnknown | Represents an unknown type of sharing message. | |
olSharingMsgTypeRequest | Represents a sharing request. | |
olSharingMsgTypeInvite | Represents a sharing invitation. | |
olSharingMsgTypeInviteAndRequest | Represents both a sharing invitation and a sharing request. | |
olSharingMsgTypeResponseAllow | Represents a sharing response, which indicates that a sharing request or sharing invitation has been allowed. | |
olSharingMsgTypeResponseDeny | Represents a sharing response, which indicates that a sharing request or sharing invitation has been denied. |