Compartir a través de


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