MessageTrackingSearchResult.FromAddress Property

Namespace:  Microsoft.Exchange.Management.Tracking
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
Public Property FromAddress As SmtpAddress
    Get
    Set
'Usage
Dim instance As MessageTrackingSearchResult
Dim value As SmtpAddress

value = instance.FromAddress

instance.FromAddress = value
public SmtpAddress FromAddress { get; set; }