MessageTrackingSearchResult.FromDisplayName Property
Namespace: Microsoft.Exchange.Management.Tracking
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property FromDisplayName As String
Get
Set
'Usage
Dim instance As MessageTrackingSearchResult
Dim value As String
value = instance.FromDisplayName
instance.FromDisplayName = value
public string FromDisplayName { get; set; }
Property Value
Type: System.String