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