Chilkat HOME ASP Visual Basic VB.NET C# Visual C++ C MFC Delphi FoxPro Java Perl PHP Python Ruby SQL Server VBScript
|
IMAP Search Email Since a Date C++ code to return email message IDs for emails received since a date. // The Chilkat IMAP library is also available as an ActiveX component
// or .NET class with the identical set of methods and properties.
// Return all message ids for emails received since 1-Aug-2004
...
CkMessageSet *msgSet = 0;
msgSet = imap.Search("SINCE \"1-Aug-2004\"",true);
...
|
Need a specific example? Send a request to support@chilkatsoft.com
© 2000-2008 Chilkat Software, Inc. All Rights Reserved.