public Task<ImapMessage> DownloadImapMessageAsync( int messageInboxIndex, ImapEnvelopeParts parts, object userState = null )
Public Function DownloadImapMessageAsync( _ ByVal messageInboxIndex As Integer, _ ByVal parts As ImapEnvelopeParts, _ ByVal userState As Object = null _ ) As Task(Of ImapMessage)
public: Task<ImapMessage> DownloadImapMessageAsync( int messageInboxIndex, ImapEnvelopeParts parts, Object^ userState = null );