OlSharingProvider Enum

Definition

Indicates the sharing provider associated with a SharingItem object.

public enum class OlSharingProvider
public enum OlSharingProvider
Public Enum OlSharingProvider
Inheritance
OlSharingProvider

Fields

olProviderExchange 1

Represents the Exchange sharing provider.

olProviderFederate 7

Represents a federated sharing provider. A SharingItem object with this type of provider is used for sharing relationships across organizational boundaries (for example, between two organizations using Microsoft Exchange Server 2010).

olProviderICal 4

Represents the iCalendar sharing provider.

olProviderPubCal 3

Represents the PubCal sharing provider.

olProviderRSS 6

Represents the Really Simple Syndication (RSS) sharing provider.

olProviderSharePoint 5

Represents the Microsoft SharePoint Foundation sharing provider.

olProviderUnknown 0

Represents an unknown sharing provider. This value is used if the sharing provider GUID in the sharing message does not match the GUID of any of the sharing providers represented in this enumeration.

olProviderWebCal 2

Represents the WebCal sharing provider.

Applies to