adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / INotificationAttachment Interface / DeleteAfterSend Property


In This Topic
    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