Share via


SharingItem.Deny Method

Outlook Developer Reference

Denies a sharing request and sends a sharing response to the sender of the SharingItem.

Version Information
 Version Added:  Outlook 2007

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.

Bb207546.vs_note(en-us,office.12).gif  Note
Sharing is denied immediately after this method is called, regardless of whether the sharing response was received.

See Also