MailboxTrackingFolderMapping.IsFolderOnboarded Property

 

Applies To: Dynamics CRM 2015

Gets whether the tracking rule for the folder has run.

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

Syntax

[DataMemberAttribute]
public bool IsFolderOnboarded { get; internal set; }
public:
[DataMemberAttribute]
property bool IsFolderOnboarded {
    bool get();
    internal: void set(bool value);
}
[<DataMemberAttribute>]
member IsFolderOnboarded : bool with get, internal set
<DataMemberAttribute>
Public Property IsFolderOnboarded As Boolean
    Get
    Friend Set
End Property

Property Value

Type: System.Boolean

Returns Boolean
true if the tracking rule for the folder has run; false otherwise.

See Also

MailboxTrackingFolderMapping Class
Microsoft.Xrm.Sdk Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright