Pop3MessageInfoCollection.GetMessage
GetMessage(string)
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
GetMessage(int)
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