Share via


RejectEventArgs.OriginalArguments property

The OriginalArguments property gets or sets an instance of the EventArgs class that is passed to the event that issued the rejection.

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

Syntax

'Declaration
Public Property OriginalArguments As EventArgs
    Get
    Friend Set
'Usage
Dim instance As RejectEventArgs
Dim value As EventArgs

value = instance.OriginalArguments
public EventArgs OriginalArguments { get; internal set; }

Property value

Type: System.EventArgs

See also

Reference

RejectEventArgs class

RejectEventArgs members

Microsoft.Exchange.Data.Transport.Smtp namespace