DeleteAfterSend Property (INotificationAttachment)
In This Topic
Indicates whether the file should be deleted after the message is successfully sent.
Syntax
'Declaration
ReadOnly Property DeleteAfterSend As Boolean
bool DeleteAfterSend {get;}
property bool DeleteAfterSend {
bool get();
}
See Also