GetMessage
Pop3MessageInfoCollection.GetMessage method (1 of 2)
Gets the Pop3MessageInfo
of the E-Mail message.
public Pop3MessageInfo GetMessage(string uniqueId)
Parameter | Type | Description |
---|---|---|
uniqueId | String | Unique Id of the E-Mail message. |
Return Value
Returns Pop3MessageInfo
if exists, otherwise returns null.
See Also
- class Pop3MessageInfo
- class Pop3MessageInfoCollection
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email
Pop3MessageInfoCollection.GetMessage method (2 of 2)
Gets the Pop3MessageInfo
of the E-Mail message.
public Pop3MessageInfo GetMessage(int sequenceNumber)
Parameter | Type | Description |
---|---|---|
sequenceNumber | Int32 | Sequence number of the E-Mail message. |
Return Value
Returns Pop3MessageInfo
if exists, otherwise returns null.
See Also
- class Pop3MessageInfo
- class Pop3MessageInfoCollection
- namespace Aspose.Email.Clients.Pop3
- assembly Aspose.Email