NameSpace.CreateSharingItem method (Outlook)

Creates a new SharingItem object.

Syntax

expression. CreateSharingItem( _Context_ , _Provider_ )

expression An expression that returns a NameSpace object.

Parameters

Name Required/Optional Data type Description
Context Required Variant Either a String value or a Folder object representing the sharing context to be used.
Provider Optional Variant An OlSharingProvider value representing the sharing provider to be used.

Return value

A SharingItem object that represents a sharing message for the specified context.

Remarks

If a String value is specified in Context , the method assumes that a URL has been provided as a sharing context. If a Folder object is specified in Context , the method attempts to discover the sharing context from the folder. If no sharing context exists, or if more than one sharing context exists, an error occurs.

If Provider is not specified, the method attempts to use the appropriate sharing provider for the value specified in Context.

See also

NameSpace Object

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.