C
Crash
Hi,
C#, Outlook interop, calendar programming question:
In C# I would like to associate several pieces of arbitrary string data
with an Outlook calendar appointment in such a way that the strings are
persistent across runs of both Outlook and my application. I have been
experimenting and I have discovered that UserProperties can do exactly
what I would like to do.
However I am unsure if my usage of UserProperties is "proper" because
virtually everything I have read about UserProperties associates them
with custom forms.
Is it Ok for me to use UserProperties as I have described; aka as a way
to "piggy back" custom data and not with custom forms?
Is there any downside to "piggy-backing" string data on an appointment?
Will the UserProperties collection be shared with the Exchange Server
and be able to make a "round trip" to the server and back?
C#, Outlook interop, calendar programming question:
In C# I would like to associate several pieces of arbitrary string data
with an Outlook calendar appointment in such a way that the strings are
persistent across runs of both Outlook and my application. I have been
experimenting and I have discovered that UserProperties can do exactly
what I would like to do.
However I am unsure if my usage of UserProperties is "proper" because
virtually everything I have read about UserProperties associates them
with custom forms.
Is it Ok for me to use UserProperties as I have described; aka as a way
to "piggy back" custom data and not with custom forms?
Is there any downside to "piggy-backing" string data on an appointment?
Will the UserProperties collection be shared with the Exchange Server
and be able to make a "round trip" to the server and back?