adTempus API
ArcanaDevelopment.adTempus.Client Namespace / EmailTrigger Class / MessageSaveFormat Property

In This Topic
    MessageSaveFormat Property (EmailTrigger)
    In This Topic
    Specifies whether and how to save selected messages.
    Syntax
    'Declaration
     
    
    Public Property MessageSaveFormat As EmailSaveFormat
    public EmailSaveFormat MessageSaveFormat {get; set;}
    Remarks
    If the MessageSaveFormat is EmailSaveFormat.None, the selected messages are not saved to files. Otherwise, the messages are saved in the specified format to the directory specified in MessageSaveLocation.
    See Also