Share via


_SharingItem.Send Method

Sends the SharingItem.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Sub Send
'Usage
Dim instance As _SharingItem

instance.Send()
void Send()

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

Reference

_SharingItem Interface

_SharingItem Members

Microsoft.Office.Interop.Outlook Namespace