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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Outlook Addins Question

Outlook Addins Question

Scheduled Pinned Locked Moved C / C++ / MFC
questionc++learning
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.
  • N Offline
    N Offline
    None_li
    wrote on last edited by
    #1

    I'm doing a project about the Outlook plug-in synchronous address book. Double-click on the list of email users to add to the recipient email box. The second double-click on the same email address will lead to repeat. Now want to read the recipient before double click on the box.But you can't read :(( C++ Code: EnumChildWindows(hwndWriteMail, EnumChildProc, (LPARAM)EmailAddr.GetBuffer()); BOOL CALLBACK EnumChildProc(HWND hWnd, LPARAM lParam) { int id = -1; id = ::GetDlgCtrlID(hWnd); if (id == 0x00001003){ ::SendMessage(hWnd, EM_REPLACESEL, NULL, (LPARAM)lParam); } return TRUE; } Use Windows SPy++ view within the recipient can get RichEdit editbox for the RichEdit normal character but outlook email address will be automatically after formatting is not available How do I get RichEdit edit box content? thanks

    None

    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