_SharingItem.Allow Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows a sharing request and sends a sharing response to the sender of the SharingItem.
public:
void Allow();
public void Allow ();
Public Sub Allow ()
Remarks
The Allow method can only be called on SharingItem objects with a Type property value of olSharingMsgTypeRequest or olSharingMsgTypeInviteAndRequest.
The Type property of the sharing response sent when this method is called is set to olSharingMsgTypeResponseAllow.
Note: Sharing is allowed immediately after this method is called, regardless of whether the sharing response was received.