LumiSoft Mail Server User API
GetMessage Method (msgInfo)
Namespaces > LumiSoft.Net.POP3.Client > POP3_Client > GetMessage(POP3_MessageInfo)
Gets specified message.
Syntax
C#Visual BasicManaged C++
public byte[] GetMessage (
	POP3_MessageInfo msgInfo
)
Public Function GetMessage ( _
	msgInfo As POP3_MessageInfo _
) As Byte()
public:
array<unsigned char>^ GetMessage (
	POP3_MessageInfo^ msgInfo
)
Parameters
msgInfo (POP3_MessageInfo)
Pop3 message info of message what to get.
Return Value

[Missing <returns> documentation for M:LumiSoft.Net.POP3.Client.POP3_Client.GetMessage(LumiSoft.Net.POP3.Client.POP3_MessageInfo)]

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)