D
ddumontier
We have emails saved on the file system. These emails have custom
properties attached to
them. There is no custom form, just custom properties. They are not
meant to be seen by the user. An external program looks at these
values. These properties
were originally added using objPost.UserProperties.Add. We need it
so that when someone opens up one of these emails into Outlook through
the file
system, and then replies or fowards the message, these custom
properties are still values in the reply email. This is so the
external program can
track these emails.
How do we maintain the custom properties like that? We could have
these emails opened up using an Outlook command line that includes a
path to a macro, if that is needed. But then in the macro I would need
to know both the values of the original email, and be able to capture
a send event. Can someone point me in the right direction.
Our Company uses Outlook 2000 and Outlook 2002.
properties attached to
them. There is no custom form, just custom properties. They are not
meant to be seen by the user. An external program looks at these
values. These properties
were originally added using objPost.UserProperties.Add. We need it
so that when someone opens up one of these emails into Outlook through
the file
system, and then replies or fowards the message, these custom
properties are still values in the reply email. This is so the
external program can
track these emails.
How do we maintain the custom properties like that? We could have
these emails opened up using an Outlook command line that includes a
path to a macro, if that is needed. But then in the macro I would need
to know both the values of the original email, and be able to capture
a send event. Can someone point me in the right direction.
Our Company uses Outlook 2000 and Outlook 2002.