Pop3.GetMessageInfoAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
GetMessageInfoAsync(Int32, Pop3ListFields, Object)
Begins asynchronous GetMessageInfo operation. Gets information about a message with the specified sequence number.
Declaration
public Task<Pop3MessageInfo> GetMessageInfoAsync(int sequenceNumber, Pop3ListFields fields, object state = null)
Parameters
Type | Name | Description |
---|---|---|
Int32 | sequenceNumber | Message sequence number. |
Pop3ListFields | fields | Specifies the scope of information to determine about each message. |
Object | state | An optional user-provided object that identifies this particular asynchronous operation. |
Returns
Type | Description |
---|---|
Task<Pop3MessageInfo> | A message info. |