MailboxTrackingFolderMapping.ExchangeFolderId 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 the ID of the Exchange folder in the folder-level tracking rule.
public:
property System::String ^ ExchangeFolderId { System::String ^ get(); };
[System.Runtime.Serialization.DataMember]
public string ExchangeFolderId { get; }
[<System.Runtime.Serialization.DataMember>]
member this.ExchangeFolderId : string
Public ReadOnly Property ExchangeFolderId As String
Property Value
Returns StringThe ID of the Exchange folder in the folder-level tracking rule.
- Attributes