OlSharingProvider Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the sharing provider associated with a SharingItem object.
public enum class OlSharingProvider
public enum OlSharingProvider
Public Enum OlSharingProvider
- Inheritance
-
OlSharingProvider
Fields
Name | Value | Description |
---|---|---|
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. |
olProviderExchange | 1 | Represents the Exchange sharing provider. |
olProviderWebCal | 2 | Represents the WebCal sharing provider. |
olProviderPubCal | 3 | Represents the PubCal sharing provider. |
olProviderICal | 4 | Represents the iCalendar sharing provider. |
olProviderSharePoint | 5 | Represents the Microsoft SharePoint Foundation sharing provider. |
olProviderRSS | 6 | Represents the Really Simple Syndication (RSS) 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). |