Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. MAPIFolderPtr olItemType

MAPIFolderPtr olItemType

Scheduled Pinned Locked Moved C / C++ / MFC
questionc++databasehelptutorial
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    pnpfriend
    wrote on last edited by
    #1

    Hi I am reading all the emails and having problem identifying the type of the email. I use MAPIFolderPtr and browse all the email items. I used UnManaged C++ MAPIFolderPtr MFolder _ItemsPtr mItems; _MailItemPtr mItem; _AppointmentItemPtr aptItem; ..... ..... mItems = MFolder->Items; for(int index=1;indexCount;index++) { if (MFolder->DefaultItemType == olMailItem) { mItem = mItems->Item(x); .... } else if (MFolder->DefaultItemType == olAppointmentItem) { aptItem = mItems->Item(x); ... } .... } However MFolder->DefaultItemType is always returning olMailItem. I also used MFolder->DefaultMessageClass(), etc. but Dont' know how to find out what type of item it is. How can I find out itemType so I can get the right mail item? Thanks.

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups