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, 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