M
Mohit
Hi all,
I have explorer window opened. Now I select any mail and drag and
drop it onto the Task Button available on the Navigation pane. A new
task is created and the description of the task is filled up with my
email message body.
Now my questions are:-
How can I differentiate between tasks that are created normally
and those tasks which are created in this drag drop fashion. I require
this so as to perform some activities like setting the category of
tasks created from email messages etc. Is there some specific event
and/or property which can help me in distinguishing?
Currently I am trapping the NewInspector event but that is executed
each time even when I open a task from task list. So in this case my
activities are executing every time that I don't want.
Another question is :
I have searched on creating categories programmatically. I didn't
get any specific answer whether we can do it or not? I get that master
categories are stored as UNICODE/ANSI registeries for different
versions of outlook in one of the posts by Sue.
When I set category as : taskItem.Categories="MyCategory". Category is
added temporarily but not added in Master Category list and it is also
not available to other tasks. Is there some workaround for it?
Thanks in advance.
I have explorer window opened. Now I select any mail and drag and
drop it onto the Task Button available on the Navigation pane. A new
task is created and the description of the task is filled up with my
email message body.
Now my questions are:-
How can I differentiate between tasks that are created normally
and those tasks which are created in this drag drop fashion. I require
this so as to perform some activities like setting the category of
tasks created from email messages etc. Is there some specific event
and/or property which can help me in distinguishing?
Currently I am trapping the NewInspector event but that is executed
each time even when I open a task from task list. So in this case my
activities are executing every time that I don't want.
Another question is :
I have searched on creating categories programmatically. I didn't
get any specific answer whether we can do it or not? I get that master
categories are stored as UNICODE/ANSI registeries for different
versions of outlook in one of the posts by Sue.
When I set category as : taskItem.Categories="MyCategory". Category is
added temporarily but not added in Master Category list and it is also
not available to other tasks. Is there some workaround for it?
Thanks in advance.