Pop3ClientGetMessageInfo Method (String, Pop3ListFields) |
Gets the information for that message
Namespace:
Aspose.Email.Clients.Pop3
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic Pop3MessageInfo GetMessageInfo(
string uniqueId,
Pop3ListFields fields
)
Public Function GetMessageInfo (
uniqueId As String,
fields As Pop3ListFields
) As Pop3MessageInfo
public:
Pop3MessageInfo^ GetMessageInfo(
String^ uniqueId,
Pop3ListFields fields
)
member GetMessageInfo :
uniqueId : string *
fields : Pop3ListFields -> Pop3MessageInfo
Parameters
- uniqueId
- Type: SystemString
The unique id of the message - fields
- Type: Aspose.Email.Clients.Pop3Pop3ListFields
The fields that we want get
Return Value
Type:
Pop3MessageInfoPop3MessageInfo
See Also