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