MailboxTrackingFolderMapping Class

 

Updated: November 29, 2016

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

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

For the Web API the corresponding type is MailboxTrackingFolderMapping ComplexType.

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

System.Object
  Microsoft.Xrm.Sdk.MailboxTrackingFolderMapping

[SerializableAttribute]
[DataContractAttribute(Name = "MailboxTrackingFolderMapping", 
	Namespace = "http://schemas.microsoft.com/xrm/7.1/Contracts")]
public sealed class MailboxTrackingFolderMapping : IExtensibleDataObject

NameDescription
System_CAPS_pubmethodMailboxTrackingFolderMapping()

Initializes a new instance of the MailboxTrackingFolderMapping class.

System_CAPS_pubmethodMailboxTrackingFolderMapping(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.

NameDescription
System_CAPS_pubpropertyExchangeFolderId

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

System_CAPS_pubpropertyExchangeFolderName

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

System_CAPS_pubpropertyIsFolderOnboarded

Gets whether the tracking rule for the folder has run.

System_CAPS_pubpropertyRegardingObjectId

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

System_CAPS_pubpropertyRegardingObjectName

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

System_CAPS_pubpropertyRegardingObjectTypeCode

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

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: