OlSharingProvider Enumeration
Indicates the sharing provider associated with a SharingItem object.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlSharingProvider
'Usage
Dim instance As OlSharingProvider
public enum OlSharingProvider
Members
Member name | Description | |
---|---|---|
olProviderUnknown | 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 | Represents the Exchange sharing provider. | |
olProviderWebCal | Represents the WebCal sharing provider. | |
olProviderPubCal | Represents the PubCal sharing provider. | |
olProviderICal | Represents the iCalendar sharing provider. | |
olProviderSharePoint | Represents the Microsoft SharePoint Foundation sharing provider. | |
olProviderRSS | Represents the Really Simple Syndication (RSS) sharing provider. | |
olProviderFederate | 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). |