MailboxTrackingFolderMapping Class

 

Applies To: Dynamics CRM 2015

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

Namespace:   Microsoft.Xrm.Sdk
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Xrm.Sdk.MailboxTrackingFolderMapping

Syntax

[SerializableAttribute]
[DataContractAttribute(Name = "MailboxTrackingFolderMapping", 
    Namespace = "https://schemas.microsoft.com/xrm/7.1/Contracts")]
public sealed class MailboxTrackingFolderMapping : IExtensibleDataObject
[SerializableAttribute]
[DataContractAttribute(Name = "MailboxTrackingFolderMapping", 
    Namespace = "https://schemas.microsoft.com/xrm/7.1/Contracts")]
public ref class MailboxTrackingFolderMapping sealed : IExtensibleDataObject
[<Sealed>]
[<SerializableAttribute>]
[<DataContractAttribute(Name = "MailboxTrackingFolderMapping",
    Namespace = "https://schemas.microsoft.com/xrm/7.1/Contracts")>]
type MailboxTrackingFolderMapping = 
    class
        interface IExtensibleDataObject
    end
<SerializableAttribute>
<DataContractAttribute(Name := "MailboxTrackingFolderMapping",
    Namespace := "https://schemas.microsoft.com/xrm/7.1/Contracts")>
Public NotInheritable Class MailboxTrackingFolderMapping
    Implements IExtensibleDataObject

Constructors

Name Description
System_CAPS_pubmethod MailboxTrackingFolderMapping()

Initializes a new instance of the MailboxTrackingFolderMapping class.

System_CAPS_pubmethod 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

Name Description
System_CAPS_pubproperty ExchangeFolderId

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

System_CAPS_pubproperty ExchangeFolderName

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

System_CAPS_pubproperty IsFolderOnboarded

Gets whether the tracking rule for the folder has run.

System_CAPS_pubproperty RegardingObjectId

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

System_CAPS_pubproperty RegardingObjectName

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

System_CAPS_pubproperty RegardingObjectTypeCode

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privproperty IExtensibleDataObject.ExtensionData

For internal use only.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Xrm.Sdk Namespace
Configure Exchange folder-level tracking rules

Return to top

© 2016 Microsoft. All rights reserved. Copyright