MailboxTrackingFolderMapping.IsFolderOnboarded Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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