A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

About Flag for Follow Up feature in Microsoft Outlook



 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2  
Old April 17th 08, 01:59 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default About Flag for Follow Up feature in Microsoft Outlook

1) I sent a flagged message to my Gmail account, looked at the original and saw these two headers related to the flag:

Reply-By: Fri, 18 Apr 2008 08:00:00 -0400
X-Message-Flag: Follow up

I'll leave it to you to work out the details of adding headers to your SMTP routines, since that's beyond the scope of Outlook programming.

2) I don't understand what you mean by actual profile and profile select, but only one Outlook profile can be active at a time. If Outlook is already running with the PEN - PS profile, you cannot start another Outlook session that uses the PEN - ERS profile. To do that, you must use a low-level API such as CDO 1.21 or Redemption.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Peik Chean" Peik wrote in message ...
Question 1 :

Can the smtp coding at my Visual Basic program able to support the Flag for
Follow Up feature in Microsoft Outlook ?

If can, please provide the sample coding ?


Question 2 :

Sample Code

Dim olApp As Outlook.Application
Set olApp = CreateObject("Outlook.Application")

Dim olNs As Outlook.NameSpace
Set olNs = olApp.GetNamespace("MAPI")

I wish to know why when i use the sample code above at my Visual Basic
program, but it select the different profile ?

Actual Profile is : PEN - ERS

But Profile select is : PEN - PR


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Outlook 2007 idMso for Follow Up Flag menu Buttons n777krish Outlook and VBA 1 December 18th 07 04:49 PM
Flag for Follow Up reiner Outlook - Using Contacts 2 March 24th 07 06:39 AM
Moving the Follow-up flag in Outlook 2003 jvetten Outlook - Installation 6 March 2nd 07 08:36 PM
Outlook 2003 Follow Up Flag markb96815 Outlook - General Queries 1 April 10th 06 09:39 AM
Follow-up flag reminders in Outlook 2003... JML Outlook - General Queries 1 January 16th 06 04:16 AM


All times are GMT +1. The time now is 03:39 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.