SharingItem.Send Method

Outlook Developer Reference

Sends the SharingItem.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.Send

expression   A variable that represents a SharingItem object.

Remarks

Certain sharing providers may have restrictions on the type of recipients allowed. When this method is called, some providers will attempt to set access control list (ACL) entries on the folder for each recipient included in the SharingItem. If an error occurs while attempting to set ACLs for any recipient, this method raises an error and the SharingItem is not sent to any of the recipients.

An error occurs if the BCC or CC properties are set for a SharingItem using an Exchange sharing context.

See Also