Dart.Mail Namespace > Mailbox Class > Get Method : Get(Int32,Int32,ImapMessageInfo) Method |
Public Overloads Function Get( _ ByVal startIndex As Integer, _ ByVal length As Integer, _ ByVal sections As ImapMessageInfo _ ) As ImapMessage()
Dim instance As Mailbox Dim startIndex As Integer Dim length As Integer Dim sections As ImapMessageInfo Dim value() As ImapMessage value = instance.Get(startIndex, length, sections)
public ImapMessage[] Get( int startIndex, int length, ImapMessageInfo sections )
public: ImapMessage*[]* Get( int startIndex, int length, ImapMessageInfo sections )
public: array<ImapMessage^>^ Get( int startIndex, int length, ImapMessageInfo sections )
Exception | Description |
---|---|
ProtocolException | Bad IMAP protocol response received from server. |