MailboxTrackingFolderMapping.ExchangeFolderId Property
Applies To: Dynamics CRM 2015
Gets the ID of the Exchange folder in the folder-level tracking rule.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public string ExchangeFolderId { get; internal set; }
public:
[DataMemberAttribute]
property String^ ExchangeFolderId {
String^ get();
internal: void set(String^ value);
}
[<DataMemberAttribute>]
member ExchangeFolderId : string with get, internal set
<DataMemberAttribute>
Public Property ExchangeFolderId As String
Get
Friend Set
End Property
Property Value
Type: System.String
Returns String
The ID of the Exchange folder in the folder-level tracking rule.
See Also
MailboxTrackingFolderMapping Class
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright