OlSharingMsgType Enumeration (Outlook)
Published: July 16, 2012
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. |