API Reference
Enum
OutlookItemKind
Identifies the logical Outlook item represented by a document.
Inheritance
- Enum
- OutlookItemKind
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EmailDocument.OutlookItemKind
- Field OutlookItemKind.Appointment
- Field OutlookItemKind.Contact
- Field OutlookItemKind.DistributionList
- Field OutlookItemKind.Journal
- Field OutlookItemKind.Message
- Field OutlookItemKind.Note
- Field OutlookItemKind.Task
- Field OutlookItemKind.Unknown
- Property EmailStoreFields.OutlookItemKind
- Property EmailStoreItemSummary.OutlookItemKind
- Property EmailStoreQuery.ItemKind
Accepted by parameters
- Constructor EmailStoreQuery.EmailStoreQuery
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider