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 - General Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Solution to flags problem outside inbox for me, add-in to somehow activate tasks generated from messages?



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old May 29th 06, 06:31 PM posted to microsoft.public.outlook
StargateFan
external usenet poster
 
Posts: 48
Default Solution to flags problem outside inbox for me, add-in to somehow activate tasks generated from messages?

This is something I've found that is standard Outlook behaviour (as
evidenced here many times), when we set up a rule for a message to be
put in the tasks folder, it is put there but not "activated" (or
whatever it's called). Is there a freeware add-in or freeware script
anyone knows about that will follow-up a rule and make
message-generated tasks into _real_ tasks that will then popup? That
would be one way to get around the flags outside the inbox. Any help
appreciated.

Ads
  #2  
Old May 29th 06, 06:52 PM posted to microsoft.public.outlook
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Solution to flags problem outside inbox for me, add-in to somehow activate tasks generated from messages?

See http://www.outlookcode.com/codedetail.aspx?id=959 for sample code. If you need VBA basics, see http://www.outlookcode.com/d/vbabasics.htm

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"StargateFan" wrote in message ...
This is something I've found that is standard Outlook behaviour (as
evidenced here many times), when we set up a rule for a message to be
put in the tasks folder, it is put there but not "activated" (or
whatever it's called). Is there a freeware add-in or freeware script
anyone knows about that will follow-up a rule and make
message-generated tasks into _real_ tasks that will then popup? That
would be one way to get around the flags outside the inbox. Any help
appreciated.

  #3  
Old May 30th 06, 10:13 AM posted to microsoft.public.outlook
StargateFan
external usenet poster
 
Posts: 48
Default Solution to flags problem outside inbox for me, add-in to somehow activate tasks generated from messages?

On Mon, 29 May 2006 13:52:46 -0400, "Sue Mosher [MVP-Outlook]"
wrote:

See http://www.outlookcode.com/codedetail.aspx?id=959 for sample code. If you need VBA basics, see http://www.outlookcode.com/d/vbabasics.htm


Will this help with converting email messages to tasks, though:

"Description: This revised version of an earlier sample shows how to
use the Namespace.GetItemFromID method in a "run a script" rule
procedure to avoid getting security prompts in Outlook 2003 when the
code accesses the Body property."

The description doesn't tell _me_ this is so.

p.s., sorry, should have mentioned. I have gone back to O2K as I'm
now back to my beloved, and less error-prone, less bug-ridden Win98SE.

Thanks. D

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"StargateFan" wrote in message ...
This is something I've found that is standard Outlook behaviour (as
evidenced here many times), when we set up a rule for a message to be
put in the tasks folder, it is put there but not "activated" (or
whatever it's called). Is there a freeware add-in or freeware script
anyone knows about that will follow-up a rule and make
message-generated tasks into _real_ tasks that will then popup? That
would be one way to get around the flags outside the inbox. Any help
appreciated.


  #4  
Old May 30th 06, 12:25 PM posted to microsoft.public.outlook
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Solution to flags problem outside inbox for me, add-in to somehow activate tasks generated from messages?

Since the code sample is designed for the sole purpose of creating new tasks from the information in email messages, I guess the answer would be Yes.

However, Outlook 2000 does not support the "run a script" rule action, so you'd have to write code to call the procedure in the sample from another procedure that specifies which item to process.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"StargateFan" wrote in message ...
On Mon, 29 May 2006 13:52:46 -0400, "Sue Mosher [MVP-Outlook]"
wrote:

See http://www.outlookcode.com/codedetail.aspx?id=959 for sample code. If you need VBA basics, see http://www.outlookcode.com/d/vbabasics.htm


Will this help with converting email messages to tasks, though:

"Description: This revised version of an earlier sample shows how to
use the Namespace.GetItemFromID method in a "run a script" rule
procedure to avoid getting security prompts in Outlook 2003 when the
code accesses the Body property."

The description doesn't tell _me_ this is so.

p.s., sorry, should have mentioned. I have gone back to O2K as I'm
now back to my beloved, and less error-prone, less bug-ridden Win98SE.


"StargateFan" wrote in message ...
This is something I've found that is standard Outlook behaviour (as
evidenced here many times), when we set up a rule for a message to be
put in the tasks folder, it is put there but not "activated" (or
whatever it's called). Is there a freeware add-in or freeware script
anyone knows about that will follow-up a rule and make
message-generated tasks into _real_ tasks that will then popup? That
would be one way to get around the flags outside the inbox. Any help
appreciated.


  #5  
Old May 31st 06, 02:56 AM posted to microsoft.public.outlook
StargateFan
external usenet poster
 
Posts: 48
Default Actual basic scripting help, a resource for? was: Basic scripting Solution to flags problem outside inbox ...

On Tue, 30 May 2006 07:25:05 -0400, "Sue Mosher [MVP-Outlook]"
wrote:

Since the code sample is designed for the sole purpose of creating new tasks from the information in email messages, I guess the answer would be Yes.


Thanks.

However, Outlook 2000 does not support the "run a script" rule action, so you'd have to write code to call the procedure in the sample from another procedure that specifies which item to process.


Oh, dear. Well, there goes that g. Outlook groups always seem to
be for professionals. I don't even know what half of that means
sigh.

I'll just have to keep hunting and hunting around. Maybe there's
actual scripts for this particular instance somewhere. That's going
to be fun trying to find though. But I'll keep looking for a solution
to this problem.

Anyway, in the meantime, I've got to start getting to the bottom of
Outlook scripting, etc., once and for all. It's been years of this
but unlike with other apps (Excel and Access, etc.), I'm not getting
ahead with Outlook. Excel and Access ngs have actual coding help and
I've come extremely far in doing my own work now because of the
detailed help to specific problems. But the Outlook groups seem
geared so differently and hints on what to do are usu. all that's
given which unfortunately has meant that I've never really broken that
barrier. After several years of this, I'm no closer to learning to do
for myself in Outlook, unlike the other apps in the MS line. I'm
pretty independent now and go to the archives for 95% of my needs when
I run into a stumbling block in the other apps. I'm guessing that I
need to really go to a beginner's resource that helps out with code
and stuff.

I'm sure that this ng would know of such a resource; can anyone point
me in the right direction to such a group? Since all the Outlook ngs
so far throughout the years seem to have the same tendency, I wouldn't
mind to have to go outside the ms newsserver to a good web-based
forum, or whatever. Nothing I've found on the net, though admittedly
have not looked hard yet has fit the bill. Everything I've seen has
been very weak. I did try out a yahoo group a couple years ago, but
nothing beyond absolute basics in plain Outlook use was offered there.
I might not be good at vb stuff, but I'm well beyond basic Outlook
use.

Thanks much! Would really appreciate the help in this regard. I feel
confident that things will improve once I find such a thing. D

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"StargateFan" wrote in message ...
On Mon, 29 May 2006 13:52:46 -0400, "Sue Mosher [MVP-Outlook]"
wrote:

See http://www.outlookcode.com/codedetail.aspx?id=959 for sample code. If you need VBA basics, see http://www.outlookcode.com/d/vbabasics.htm


Will this help with converting email messages to tasks, though:

"Description: This revised version of an earlier sample shows how to
use the Namespace.GetItemFromID method in a "run a script" rule
procedure to avoid getting security prompts in Outlook 2003 when the
code accesses the Body property."

The description doesn't tell _me_ this is so.

p.s., sorry, should have mentioned. I have gone back to O2K as I'm
now back to my beloved, and less error-prone, less bug-ridden Win98SE.


"StargateFan" wrote in message ...
This is something I've found that is standard Outlook behaviour (as
evidenced here many times), when we set up a rule for a message to be
put in the tasks folder, it is put there but not "activated" (or
whatever it's called). Is there a freeware add-in or freeware script
anyone knows about that will follow-up a rule and make
message-generated tasks into _real_ tasks that will then popup? That
would be one way to get around the flags outside the inbox. Any help
appreciated.



  #6  
Old May 31st 06, 03:19 AM posted to microsoft.public.outlook
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Actual basic scripting help, a resource for? was: Basic scripting Solution to flags problem outside inbox ...

Outlook coding isn't difficult to learn at all. I've spent the last 8 years or so teaching myself and then passing on that info to others, writing two books that require no previous programming knowledge and learnning new things as each Outlook version comes out. If you want to learn, we can start by breaking your little project down into smaller building blocks that you can then reuse in other projects. Just let me know if you're williing to give it a try.

BTW, FYI, there is a newsgroup specifically for general Outlook programming issues "down the hall" at microsoft.public.outlook.program_vba or, via web interface, at http://www.microsoft.com/office/comm....program_v ba

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"StargateFan" wrote in message ...
On Tue, 30 May 2006 07:25:05 -0400, "Sue Mosher [MVP-Outlook]"
wrote:

Since the code sample is designed for the sole purpose of creating new tasks from the information in email messages, I guess the answer would be Yes.


Thanks.

However, Outlook 2000 does not support the "run a script" rule action, so you'd have to write code to call the procedure in the sample from another procedure that specifies which item to process.


Oh, dear. Well, there goes that g. Outlook groups always seem to
be for professionals. I don't even know what half of that means
sigh.

I'll just have to keep hunting and hunting around. Maybe there's
actual scripts for this particular instance somewhere. That's going
to be fun trying to find though. But I'll keep looking for a solution
to this problem.

Anyway, in the meantime, I've got to start getting to the bottom of
Outlook scripting, etc., once and for all. It's been years of this
but unlike with other apps (Excel and Access, etc.), I'm not getting
ahead with Outlook. Excel and Access ngs have actual coding help and
I've come extremely far in doing my own work now because of the
detailed help to specific problems. But the Outlook groups seem
geared so differently and hints on what to do are usu. all that's
given which unfortunately has meant that I've never really broken that
barrier. After several years of this, I'm no closer to learning to do
for myself in Outlook, unlike the other apps in the MS line. I'm
pretty independent now and go to the archives for 95% of my needs when
I run into a stumbling block in the other apps. I'm guessing that I
need to really go to a beginner's resource that helps out with code
and stuff.

I'm sure that this ng would know of such a resource; can anyone point
me in the right direction to such a group? Since all the Outlook ngs
so far throughout the years seem to have the same tendency, I wouldn't
mind to have to go outside the ms newsserver to a good web-based
forum, or whatever. Nothing I've found on the net, though admittedly
have not looked hard yet has fit the bill. Everything I've seen has
been very weak. I did try out a yahoo group a couple years ago, but
nothing beyond absolute basics in plain Outlook use was offered there.
I might not be good at vb stuff, but I'm well beyond basic Outlook
use.

Thanks much! Would really appreciate the help in this regard. I feel
confident that things will improve once I find such a thing. D



"StargateFan" wrote in message ...
On Mon, 29 May 2006 13:52:46 -0400, "Sue Mosher [MVP-Outlook]"
wrote:

See http://www.outlookcode.com/codedetail.aspx?id=959 for sample code. If you need VBA basics, see http://www.outlookcode.com/d/vbabasics.htm

Will this help with converting email messages to tasks, though:

"Description: This revised version of an earlier sample shows how to
use the Namespace.GetItemFromID method in a "run a script" rule
procedure to avoid getting security prompts in Outlook 2003 when the
code accesses the Body property."

The description doesn't tell _me_ this is so.

p.s., sorry, should have mentioned. I have gone back to O2K as I'm
now back to my beloved, and less error-prone, less bug-ridden Win98SE.


"StargateFan" wrote in message ...
This is something I've found that is standard Outlook behaviour (as
evidenced here many times), when we set up a rule for a message to be
put in the tasks folder, it is put there but not "activated" (or
whatever it's called). Is there a freeware add-in or freeware script
anyone knows about that will follow-up a rule and make
message-generated tasks into _real_ tasks that will then popup? That
would be one way to get around the flags outside the inbox. Any help
appreciated.


 




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
2007 Render problem solution Sandy Miller com> Outlook - Installation 4 June 3rd 06 10:46 PM
Solution to Junk Mail Filter Installation Problem Michael Outlook - Installation 1 May 27th 06 09:51 PM
Messages are removed from inbox when new messages are received. Stumped in Indy Outlook - Installation 1 May 7th 06 09:48 PM
Problem with updating tasks vonClausowitz Outlook and VBA 0 February 8th 06 12:12 PM
How do I add formulas to outlook tasks? TMoye Outlook - Using Forms 3 February 6th 06 10:49 PM


All times are GMT +1. The time now is 06:35 AM.


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