Gets information about a message with the specified sequence number.
Namespace:
Rebex.Net
Assembly:
Rebex.Pop3 (in Rebex.Pop3.dll)
Syntax
Visual Basic |
---|
Public Function GetMessageInfo ( _ sequenceNumber As Integer, _ fields As Pop3ListFields _ ) As Pop3MessageInfo |
C# |
---|
public Pop3MessageInfo GetMessageInfo( int sequenceNumber, Pop3ListFields fields ) |
Parameters
- sequenceNumber
- Type: System..::..Int32
Message sequence number.
- fields
- Type: Rebex.Net..::..Pop3ListFields
Specifies the scope of information to determine about each message.