MailEventNotificationInfo::MessageSequence Property

 

Gets the position of this message in the sequence for the current notification.

Namespace:   System.Web.Management
Assembly:  System.Web (in System.Web.dll)

public:
property int MessageSequence {
	int get();
}

Property Value

Type: System::Int32

The position of this message in the sequence for the current notification.

System_CAPS_noteNote

The sequence numbers start at 1 for the first message.

.NET Framework
Available since 2.0
Return to top
Show: