API Reference
Struct
EmailStoreFolderId
Format-neutral stable identifier for one folder within an open email store.
Inheritance
- ValueType
- EmailStoreFolderId
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 EmailConversationGraphOptions.FolderId
- Property EmailStoreAssociatedDataOptions.FolderId
- Property EmailStoreFields.FolderId
- Method EmailStoreFolderId.Parse
- Property EmailStoreFolderInfo.Key
- Property EmailStoreFolderInfo.ParentKey
- Property EmailStoreFolderUserPropertyCatalog.FolderId
- Property EmailStoreItem.FolderKey
- Property EmailStoreItemReference.FolderKey
- Property EmailStoreReminderQueryOptions.FolderId
- Property EmailStoreTableQuery.FolderId
Accepted by parameters
- Constructor EmailConversationGraphOptions.EmailConversationGraphOptions
- Method EmailStoreAssociatedDataCatalog.FindEffectiveConfiguration
- Constructor EmailStoreAssociatedDataOptions.EmailStoreAssociatedDataOptions
- Method EmailStoreEnumerationOptions.ForAssociated
- Method EmailStoreEnumerationOptions.ForFolder
- Method EmailStoreFolderCatalog.Get
- Method EmailStoreFolderCatalog.GetChildren
- Method EmailStoreFolderCatalog.GetDescendants
- Method EmailStoreFolderCatalog.GetParent
- Method EmailStoreFolderCatalog.GetPath
- Method EmailStoreFolderCatalog.TryGet
- Method EmailStoreFolderId.CompareTo
- Method EmailStoreFolderId.Equals
- Method EmailStoreFolderId.op_Equality
- Method EmailStoreFolderId.op_Equality
- Method EmailStoreFolderId.op_Inequality
- Method EmailStoreFolderId.op_Inequality
- Method EmailStoreFolderId.TryParse
- Constructor EmailStoreReminderQueryOptions.EmailStoreReminderQueryOptions
- Method EmailStoreSession.EnumerateItems
- Constructor EmailStoreTableQuery.EmailStoreTableQuery
Constructors
public EmailStoreFolderId(String value) #Creates a folder identifier from the exact source value.
Parameters
- value System.String
Methods
public virtual Int32 CompareTo(EmailStoreFolderId other) #Returns:
Int32Parameters
- other OfficeIMO.Email.Store.EmailStoreFolderId
Equals 2 overloads
public override Int32 GetHashCode() #Returns:
Int32public static Boolean op_Equality(EmailStoreFolderId left, EmailStoreFolderId right) #Returns:
BooleanTests two identifiers for ordinal equality.
Parameters
- left OfficeIMO.Email.Store.EmailStoreFolderId
- right OfficeIMO.Email.Store.EmailStoreFolderId
public static Boolean op_Inequality(EmailStoreFolderId left, EmailStoreFolderId right) #Returns:
BooleanTests two identifiers for ordinal inequality.
Parameters
- left OfficeIMO.Email.Store.EmailStoreFolderId
- right OfficeIMO.Email.Store.EmailStoreFolderId
public static EmailStoreFolderId Parse(String value) #Returns:
EmailStoreFolderIdParses a non-empty folder identifier.
Parameters
- value System.String
public override String ToString() #Returns:
Stringpublic static Boolean TryParse(String value, out EmailStoreFolderId id) #Returns:
BooleanAttempts to parse a non-empty folder identifier.
Parameters
- value System.String
- id OfficeIMO.Email.Store.EmailStoreFolderId@