SharingItem.Deny Method (Outlook)
Office 2013
Published: July 16, 2012
Denies a sharing request and sends a sharing response to the sender of the SharingItem.
The Deny method can only be called on SharingItem objects with a Type property value of olSharingMsgTypeRequest or olSharingMsgTypeInviteAndRequest.
This method generates a new SharingItem object and sets the Type property of the new object to olSharingMsgTypeResponseDeny. The SharingItem is not immediately sent to the sender of the sharing request, however, so you can edit the sharing response as needed.
Note
|
|---|
|
Sharing is denied immediately after this method is called, regardless of whether the sharing response was received. |
Note