Search results

  1. K

    Looking for Outlook macro to Copy Recipient Names into Email Body

    I've been hunting for this for a long time with no luck! Perhaps now I'll get the solution!!
  2. K

    Re: Use Instant search to find messages from a contact

    Thank you both for this help. My requirement is slightly complicated. I am trying to create a search folder for the logic given above which will search in all data stores. I am trying to use olSearchScopeAllFolders but it's not working. Can either help?
  3. K

    Re: Use Instant search to find messages from a contact

    Thanks! I modified my code as below, but I get an error message :( Sub SearchMG() Dim myOlApp As New Outlook.Application Dim ns As Outlook.NameSpace Dim strFilter As String Dim oMail As Outlook.MailItem Set ns = myOlApp.GetNamespace("MAPI") Set objSearch =...
  4. K

    Re: Use Instant search to find messages from a contact

    My set up is OL 2010 in an exchange environment. I learnt / tweaked from the following: Search for messages from contact macro and ended with this: Sub SearchMG() Dim myOlApp As New Outlook.Application Dim ns As Outlook.NameSpace Dim strFilter As String Dim oMail As...
  5. K

    OL2010 Button to Insert First Name

    Dear Diane, Thanks for this help. Can you help with the code to get the display name for the recipients?
  6. K

    OL2010 Button to Insert First Name

    Dear Diane, If you help with some beginner code to start this I would be obliged. If it would help with some commented options to indicate which line would get me first name , which would get me all names, etc THAT would be awesome! Thanks a lot!
  7. K

    OL2010 Button to Insert First Name

    Thanks for the reply catherized! I am looking for a code which picks the name from the recipients in the To in the email.
  8. K

    OL2010 Button to Insert First Name

    Hi, I had posted this earlier in the Using Outlook forum. I think I asked the question in the wrong forum. Can anyone help me with a simple code to insert first name of recipient(s) from a macro button? This button would be executed from a new mail / reply or reply to all window. The...
  9. K

    OL2010 Button to Insert First Name

    Can anyone help? Or guide me to something where I can do this myself.
  10. K

    OL2010 Button to Insert First Name

    Hi, Can anyone help me with a simple code to insert first name of recipient(s) from a macro button? This button would be executed from a new mail / reply or reply to all window. The recipient name would be entered before this macro is executed. Some sample code on how to manage...
  11. K

    How to set a flag to follow up using VBA for outlook 2003

    Thank you very very much for this! This worked brilliantly as expected!
  12. K

    How to set a flag to follow up using VBA for outlook 2003

    Can you please guide me how to use the strFollowup with the above code?
  13. K

    How to set a flag to follow up using VBA for outlook 2003

    I can't see any option to edit my post hence double posting, sorry. Alternate to my above request, is there any way I can prefill flagdueby & reminder setting and prompt for the entire Follow up flag box? Thanks
  14. K

    Outook 2007: Dear (First Name_

    Hi, I am looking for just this kind of a code when I start my reply to any email. Can you please share the vba code for this?
  15. K

    How to set a flag to follow up using VBA for outlook 2003

    Hi, What can I do to make this prompt me for a custom message after "Call "?? .FlagRequest = "Call " & objMsg.SenderName Thanks.
  16. K

    Unable to activate QueryBuilder in Outlook 2010 (32bit) with Windows 7 (64bit)

    Hi, I tried to activate QueryBuilder using the steps as outlined in Using Query Builder - Slipstick Systems Even Diane tried to help me on that page, but it did not work. I could not see QueryBuilder as an option. My setup is as follows: Outlook 2010 version 14.06112.5000 (32-bit) as...
  17. K

    Simple contact and project manger like MissingLink for Outlook

    Looking for something similar. Or a guide on how to create something similar to track projects which are across emails, appointments , tasks, etc. I operate in a restricted IT environment where I cannot install add-ins.
  18. K

    Outlook 2010: Conversations view - most recent activity posts to of inbox?

    I signed up just to ask this question too!!
Back
Top