ComponentPro UltimateMail

      GetFolderInfoAsync Methods

      See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      Asynchronously gets folder information without selecting it. Only TotalMessages, RecentMessages, NotSeenMessages, UidValidity, and UidNext properties of the Folder class are available after calling this method.

      Overload List

      GetFolderInfoAsync(String, ExtendedAsyncCompletedEventHandler<Folder>, Object)Asynchronously gets folder information without selecting it. Only TotalMessages, RecentMessages, NotSeenMessages, UidValidity, and UidNext properties of the Folder class are available after calling this method.GetFolderInfoAsync(String, Object)Asynchronously gets folder information without selecting it. Only TotalMessages, RecentMessages, NotSeenMessages, UidValidity, and UidNext properties of the Folder class are available after calling this method.GetFolderInfoAsync(String)Asynchronously gets folder information without selecting it. Only TotalMessages, RecentMessages, NotSeenMessages, UidValidity, and UidNext properties of the Folder class are available after calling this method.
      Top

      See Also