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


In This Topic
    MessageSaveFormat Property (EmailTask)
    In This Topic
    Specifies whether and how to save selected messages.
    Syntax
    'Declaration
     
    
    Public Property MessageSaveFormat As EmailSaveFormat
    public EmailSaveFormat MessageSaveFormat {get; set;}
    public:
    property EmailSaveFormat MessageSaveFormat {
       EmailSaveFormat get();
       void set (    EmailSaveFormat value);
    }
    Remarks
    If the MessageSaveFormat is ArcanaDevelopment.adTempus.Shared.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