Dart.Mail Namespace > ImapMessage Class > Get Method : Get(Stream,ImapMessageInfo) Method |
Public Overloads Sub Get( _ ByVal destination As Stream, _ ByVal sections As ImapMessageInfo _ )
Dim instance As ImapMessage Dim destination As Stream Dim sections As ImapMessageInfo instance.Get(destination, sections)
public void Get( Stream destination, ImapMessageInfo sections )
public: void Get( Stream* destination, ImapMessageInfo sections )
public: void Get( Stream^ destination, ImapMessageInfo sections )
Exception | Description |
---|---|
ProtocolException | Bad IMAP protocol response received from server. |
A combination of of ImapMessageInfo can be used to specify data of interest. For example, ImapMessageInfo.Header can be used to retrieve the message header.
This method will set Info as applicable for the value of sections.