Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "MAPIFindNext" in [All]

mapi32

.
Summary
MAPIFindNext - Retrieves the next (or first) message identifier of a specified type of incoming message.
.

  /// The MAPIFindNext function retrieves the next (or first) message identifier of a specified type

.

  public static extern uint MAPIFindNext(IntPtr lhSession, IntPtr ulUIParam, string lpszMessageType,

.
Documentation
[MAPIFindNext] on MSDN

Constants

2: MAPI
.

  /// If this flag is not set, MAPIFindNext can return any message of the specified type.

.

  /// MAPIFindNext calls can take longer if this flag is set.

.

  /// MAPIFindNext will succeed without this flag set as long as lpszMessageID is large enough

.

  /// MAPIFindNext will fail.


 
Access PInvoke.net directly from VS: