D
Danish
Hello,
its just going to be deployment date of the project this week. i'll really
appriciate any hopefull answer to this.
i am enumerating the items of the currently selected mail folder and adding
a user property name "Email' that is a string value.
later in outlook2003 i m updating the xml to group the items according to my
user property named "Email" everything works ok untill for simple messages,
where as the item property Email is null for the encrypted email i debuged
my code and the value is actually set to the mail object. i looked into
outlook spy but the item properties object is disabled in outlook spy for
encrypted message. i looked into fields property of CDO and there i can see
my property
but the damn problem is grouping the items according to field "Email" which
is not accessible to outlook or whtever reason. what is workaround for it ?
PS: the basic orignal objective is if an email is encrypted the Email stirng
property contains a "Encrypted" and for all other messages Email string
property contain "Others" so ultimately outlook should show two groups.
Outlook does groups them into two. but one is "Others" and other one is
"NONE" as the value field is not visible.
please any comments will be highly appriciated.
Danish.
its just going to be deployment date of the project this week. i'll really
appriciate any hopefull answer to this.
i am enumerating the items of the currently selected mail folder and adding
a user property name "Email' that is a string value.
later in outlook2003 i m updating the xml to group the items according to my
user property named "Email" everything works ok untill for simple messages,
where as the item property Email is null for the encrypted email i debuged
my code and the value is actually set to the mail object. i looked into
outlook spy but the item properties object is disabled in outlook spy for
encrypted message. i looked into fields property of CDO and there i can see
my property
but the damn problem is grouping the items according to field "Email" which
is not accessible to outlook or whtever reason. what is workaround for it ?
PS: the basic orignal objective is if an email is encrypted the Email stirng
property contains a "Encrypted" and for all other messages Email string
property contain "Others" so ultimately outlook should show two groups.
Outlook does groups them into two. but one is "Others" and other one is
"NONE" as the value field is not visible.
please any comments will be highly appriciated.
Danish.