Share via


SharingItem.SharingProviderGuid Property

Outlook Developer Reference

Returns a String that represents the GUID of the sharing provider used by the SharingItem object. Read-only.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.SharingProviderGuid

expression   An expression that returns a SharingItem object.

Remarks

The GUID is returned as a string using the following format:

  {00000000-0000-0000-0000-000000000000}

If the SharingProvider property of the SharingItem object is set to olProviderUnknown, you can use the SharingProviderGUID property to identify the sharing provider.

See Also