MailItem.DeferredDeliveryTime Property

Outlook Developer Reference

Returns or sets a Date indicating the date and time the mail message is to be delivered. Read/write.

Syntax

expression.DeferredDeliveryTime

expression   A variable that represents a MailItem object.

Remarks

This property corresponds to the MAPI property PR_DEFERRED_DELIVERY_TIME.

See Also