_SharingItem.DeleteAfterSubmit Property

Returns or sets a Boolean value (bool in C#) that is True if a copy of the item is not saved upon being sent, and False if a copy is saved. Read/write.

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

Syntax

'Declaration
Property DeleteAfterSubmit As Boolean
    Get
    Set
'Usage
Dim instance As _SharingItem
Dim value As Boolean

value = instance.DeleteAfterSubmit

instance.DeleteAfterSubmit = value
bool DeleteAfterSubmit { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

_SharingItem Interface

_SharingItem Members

Microsoft.Office.Interop.Outlook Namespace