Hunny Software Library Reference

FetchResponse.SequenceNumber Property

Gets the sequence number of the message to which the response applies.

[Visual Basic]
Public ReadOnly Property SequenceNumber As Long
[C#]
public long SequenceNumber {get;}

Property Value

The sequence number of the message to which the response applies.

Remarks

The sequence number is always present.

According to the IMAP4 specification, the sequence number is an unsigned 32-bit integer.

See Also

FetchResponse Class | Hunny.Mail Namespace