ReceivedHeader.By property
The By property gets a string representing the value of the Opt-info By clause.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property By As String
Get
'Usage
Dim instance As ReceivedHeader
Dim value As String
value = instance.By
public string By { get; }
Property value
Type: System.String