Share via


RejectEventArgs.ParsingStatus property

The ParsingStatus property gets or sets one of the ParsingStatus enumeration values that specifies the results of the parsing.

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

Syntax

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

value = instance.ParsingStatus
public ParsingStatus ParsingStatus { get; internal set; }

Property value

Type: Microsoft.Exchange.Data.Transport.Smtp.ParsingStatus
The ParsingStatus property returns one of the valid ParsingStatus enumeration values.

See also

Reference

RejectEventArgs class

RejectEventArgs members

Microsoft.Exchange.Data.Transport.Smtp namespace