PowerTCP Mail for .NET
BeginGet Method
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > PopMessage Class : BeginGet Method




Asynchronously get a single message from the server, specifying the Stream object to use for encapsulating the message.

Overload List

OverloadDescription
BeginGet(Stream,Object) Asynchronously get a single message from the server, specifying the Stream object to use for encapsulating the message.  
BeginGet(Stream,Int32,Object) Asynchronously get a specified amount of lines of a single message from the server, specifying the Stream object to use for encapsulating the message.  
BeginGet(Object) Asynchronously get a single message from the server. The message will be encapsulated by a MessageStream, made accessible in the Pop.EndGet event.  
BeginGet(Int32,Object) Asynchronously get a specified amount of lines of a single message from the server. The message will be encapsulated by a MessageStream, made accessible in the Pop.EndGet event.  

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.