SharingItem.Deny method (Outlook)
Denies a sharing request and sends a sharing response to the sender of the SharingItem.
Syntax
expression. Deny
expression An expression that returns a SharingItem object.
Return value
A SharingItem object that represents the sharing response.
Remarks
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.
See also
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.