View Single Post
  #3  
Old January 12th 09, 03:35 PM posted to microsoft.public.outlook.program_addins
julianoAVARIT via OfficeKB.com
external usenet poster
 
Posts: 1
Default Add-in schedule delivery

Hi Ken,

Thank you very much for your reply.

I have fixed the problem!!! After a lots of works!
I was using the Outlook.MailItem to access the properties, and a could not
access all properties I needed.
Now, i am using Outlook.MailItem.PropertyAccessor.setPorperty and I can
access every properties I need.
I needed to use
PR_CLIENT_SUBMIT_TIME and PR_DEFERRED_DELIVERY_TIME. Now it is fine and
working very well.
Thank you!!!

Juliano
AVAR IT


Ken Slovak - [MVP - Outlook] wrote:
Have you tried setting that property before the item.Send() event fires?
That's what you're doing if the property is set using the user interface.

Hello everybody,

[quoted text clipped - 17 lines]
Juliano
AVAR IT


--
Message posted via http://www.officekb.com

Ads