Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
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.
Namespace:   Microsoft.Xrm.Sdk
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public MailboxTrackingFolderMapping(
    string exchangeFolderId,
    string exchangeFolderName,
    Guid regardingObjectId,
    string regardingObjectName,
    int regardingObjectTypeCode,
    bool isFolderOnboarded
)
Public Sub New (
    exchangeFolderId As String,
    exchangeFolderName As String,
    regardingObjectId As Guid,
    regardingObjectName As String,
    regardingObjectTypeCode As Integer,
    isFolderOnboarded As Boolean
)
Parameters
- exchangeFolderId 
 Type: System.String- ID of the Exchange folder in the folder-level tracking rule. 
- exchangeFolderName 
 Type: System.String- Name of the Exchange folder in the folder-level tracking rule. 
- regardingObjectId 
 Type: System.Guid- ID of the entity record with which the Exchange folder is mapped. 
- regardingObjectName 
 Type: System.String- Name of the entity represented by the regardingObjectId property. 
- regardingObjectTypeCode 
 Type: System.Int32- Entity type code of the entity represented by the regardingObjectId property. 
- isFolderOnboarded 
 Type: System.Boolean- Indicates whether the tracking rule for the folder has run. true or false. 
See Also
MailboxTrackingFolderMapping Overload
MailboxTrackingFolderMapping Class
Microsoft.Xrm.Sdk Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright