MailboxTrackingFolderMapping.RegardingObjectName 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 entity represented by the RegardingObjectId
property.
public:
property System::String ^ RegardingObjectName { System::String ^ get(); };
[System.Runtime.Serialization.DataMember]
public string RegardingObjectName { get; }
[<System.Runtime.Serialization.DataMember>]
member this.RegardingObjectName : string
Public ReadOnly Property RegardingObjectName As String
Property Value
Returns StringThe name of the entity represented by the RegardingObjectId
property.
- Attributes