Adding "follow-up by" flag to mail sent from Excel

  • Thread starter Thread starter Dave Bradberg
  • Start date Start date
D

Dave Bradberg

Hi,

I use some Excel VB to send emails to various people.

We use Outlook 2000 so there are no security model issues.

I'd like to know how to set a "follow-up by" flag on the emails I'm
sending as a reminder for people to respond.

Is this easily accomplished? I'm fairly new to all this.

Thanks,
Dave
 
You are using Excel VBA to automate Outlook, correct? Just set the
MailItem.FlagRequest property to the flag text you want.
 
You are using Excel VBA to automate Outlook, correct? Just set the
MailItem.FlagRequest property to the flag text you want.

That's right, I'm using Excel VBA. Thanks for your suggestion, I'll
start experimenting later!

Regards,
Dave
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top