Retrieving a single message

Top  Previous  Next

Upon establishing a connection to a POP server you can retrieve a message in the account mailbox by invoking the GetMessage method and passing the one-based message ID as an argument.

 

Example

 

[C#]

// Get the first message

EmailMessage message = myPop.GetMessage(1);

 

 

[Visual Basic]

' Get the first message

Dim message As EmailMessage = myPop.GetMessage(1)

 

 





Home | Company | Products | Solutions | Purchase | Support | Services | Blog

© 2021 JSCAPE LLC