Dart.Mail Namespace > PopMessage Class > Get Method : Get(Stream) Method |
Public Overloads Sub Get( _ ByVal destination As Stream _ )
Dim instance As PopMessage Dim destination As Stream instance.Get(destination)
public void Get( Stream destination )
public: void Get( Stream* destination )
public: void Get( Stream^ destination )
This method gets a full message. Part.GetEncodingStream is typically used as the destination Stream for on-the-fly decoding, but storage streams can be used to store the message without decoding it.
This method will set Info to PopMessageInfo.Message.