Deferred sending from Outlook 2007 with Exchange 2007
Is there a way of se开发者_如何学Cnding an email from Outlook with some sort of flag that tells Exchange to hold on to the message for 5 minutes before it is actually sent out on the internet?
I know about setting the "Do not deliver before" date in Outlook but that simply keeps the message in the Outlook outbox as far as I can see.
I'm happy to use redemption if it is able to help.
Try to set the MailItem.DeferredDeliveryTime
property (which sets the PR_DEFERRED_DELIVERY_TIME
property) - refer to this blog.
At the user level you can set a rule in outlook for all sent mail to be held for a specified number of minutes. See tip #1 at this link for instructions.
精彩评论