MailboxTrackingFolderMapping Class

Definition

Represents an individual folder-level tracking rule item in the collection (MailboxTrackingFolderMappingCollection).

For the Web API the corresponding type is MailboxTrackingFolderMapping ComplexType.

public ref class MailboxTrackingFolderMapping sealed : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Name="MailboxTrackingFolderMapping", Namespace="http://schemas.microsoft.com/xrm/7.1/Contracts")]
[System.Serializable]
public sealed class MailboxTrackingFolderMapping : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Name="MailboxTrackingFolderMapping", Namespace="http://schemas.microsoft.com/xrm/7.1/Contracts")>]
[<System.Serializable>]
type MailboxTrackingFolderMapping = class
    interface IExtensibleDataObject
Public NotInheritable Class MailboxTrackingFolderMapping
Implements IExtensibleDataObject
Inheritance
MailboxTrackingFolderMapping
Attributes
Implements

Constructors

MailboxTrackingFolderMapping()

Initializes a new instance of the MailboxTrackingFolderMapping class.

MailboxTrackingFolderMapping(String, String, Guid, String, Int32, Boolean)

Initializes a new instance of the MailboxTrackingFolderMapping class setting the values in the folder-level tracking rule with the values specified in the parameter list.

Properties

ExchangeFolderId

Gets the ID of the Exchange folder in the folder-level tracking rule.

ExchangeFolderName

Gets the name of the Exchange folder in the folder-level tracking rule.

IsFolderOnboarded

Gets whether the tracking rule for the folder has run.

RegardingObjectId

Gets the ID of the entity record with which the Exchange folder is mapped.

RegardingObjectName

Gets the name of the entity represented by the RegardingObjectId property.

RegardingObjectTypeCode

Gets the entity type code of the entity represented by the RegardingObjectId property.

Explicit Interface Implementations

IExtensibleDataObject.ExtensionData

For internal use only.

Applies to