_MailItem.DeferredDeliveryTime Property

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property DeferredDeliveryTime As DateTime
    Get
    Set
'Usage
Dim instance As _MailItem
Dim value As DateTime

value = instance.DeferredDeliveryTime

instance.DeferredDeliveryTime = value
[DispIdAttribute()]
DateTime DeferredDeliveryTime { get; set; }

Property Value

Type: System.DateTime

Remarks

This property corresponds to the MAPI property PidTagDeferredDeliveryTime.

See Also

Reference

_MailItem Interface

_MailItem Members

Microsoft.Office.Interop.Outlook Namespace