MailboxTrackingFolderMapping.IsFolderOnboarded Property

Definition

Gets whether the tracking rule for the folder has run.

public:
 property bool IsFolderOnboarded { bool get(); };
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="")]
[System.Runtime.Serialization.DataMember]
public bool IsFolderOnboarded { get; }
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="")>]
[<System.Runtime.Serialization.DataMember>]
member this.IsFolderOnboarded : bool
Public ReadOnly Property IsFolderOnboarded As Boolean

Property Value

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

Attributes

Applies to