adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / NotificationAttachment Class / DeleteAfterSend Property


In This Topic
    DeleteAfterSend Property (NotificationAttachment)
    In This Topic
    Indicates whether the file should be deleted after the message is successfully sent.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property DeleteAfterSend As Boolean
    [DataMember()]
    public bool DeleteAfterSend {get; set;}
    [DataMember()]
    public:
    property bool DeleteAfterSend {
       bool get();
       void set (    bool value);
    }
    See Also