Share via


MailCommandEventArgs.Oorg property

Gets or sets a value specifying the originating organization of the message.

Namespace:  Microsoft.Exchange.Data.Transport.Smtp
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public Property Oorg As String
    Get
    Set
'Usage
Dim instance As MailCommandEventArgs
Dim value As String

value = instance.Oorg

instance.Oorg = value
public string Oorg { get; set; }

Property value

Type: System.String
The originating organization of the message.

See also

Reference

MailCommandEventArgs class

MailCommandEventArgs members

Microsoft.Exchange.Data.Transport.Smtp namespace