+ Reply to Thread
Results 1 to 4 of 4

add reminder flag to email item via excel vba

  1. #1
    Forum Contributor
    Join Date
    10-17-2008
    Location
    Vancouver
    MS-Off Ver
    2002 and XP
    Posts
    117

    add reminder flag to email item via excel vba

    Hello All,

    I am experimenting with generating emails from and excel form.

    default mail program is outlook. what I want to do is add a follow-up flag to the email that has a due-date of two days past the current date

    here is the send mail method i use
    Please Login or Register  to view this content.
    I tried this method with the "With olEmail" portion. But it didn't work
    Please Login or Register  to view this content.
    also, if you know of a list of other properties of outlook emails that can be set via vba, that would just be...killer.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: add reminder flag to email item via excel vba

    Perhaps:

    Please Login or Register  to view this content.
    As for working out what's available and what isn't - it's generally advised to use early binding initially such that you have reference to the Object Library, once complete then revert code to late binding, or if preferred simply go into the VBE in OL and use the Object Browser there
    (ie view MailItem to see properties thereof)
    Last edited by DonkeyOte; 08-12-2009 at 03:06 AM. Reason: removed the Donkey's mail address (left in error)

  3. #3
    Registered User
    Join Date
    03-19-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    1

    Re: add reminder flag to email item via excel vba

    Hi,

    I am trying to set follow up flag for recepient and for me. But it not working.. Any suggestions are wecome.

    Please Login or Register  to view this content.
    Last edited by arlu1201; 03-21-2013 at 09:58 AM.

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: add reminder flag to email item via excel vba

    rglucknow,

    Welcome to the forum.

    I have added code tags to your post. As per forum rule 3, you need to use them whenever you put any code in your post. Please add them in future. If you need more information on how to use them, check my signature below this post.

    Also,

    Unfortunately you need to post your question in a new thread, it's against the forum rules to post a question in the thread of another user. If you create your own thread, any advice will be tailored to your situation so you should include a description of what you've done and are trying to do. Also, if you feel that this thread is particularly relevant to what you are trying to do, you can surely include a link to it in your new thread.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1