thank you kindly
Joel
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Bushey Billy" <Bushe...@discussions.microsoft.com> wrote in message
news:64A96A6D-5BA0-42A9...@microsoft.com...
yes, the property is visible in the OutlookSpy programme (good programme by
the way)
as i say, if i drag the .msg icon over the inbox, it will open the message
in that folder, and since that folder already has that userproperty, the CDO
will persist. it's only when double-clicking it it seems to open it in a
temporary folder and loses the property.
thanks
joel
"Dmitry Streblechenko" wrote:
> .
>
"Dmitry Streblechenko" wrote:
> .
>
Dim varProperty As Object
Try
varProperty =
mailitem.PropertyAccessor.GetProperty("http://schemas.microsoft.com/mapi/string/{00020329-0000-0000-C000-000000000046}/FileNo")
Catch ex As Exception
The sequencing is important: I need to save the email with changed
userproperty, then output the email to .msg format. Then it will maintain the
property above (althouth not the userproperty)
I can set my code to check for either property.
thank you for pointing me in the right direction Dmitry
"Dmitry Streblechenko" wrote:
> .
>
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Bushey Billy" <Bushe...@discussions.microsoft.com> wrote in message
news:EE8C1538-2027-47C9...@microsoft.com...