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


In This Topic
    MessageSaveLocation Property (EmailTrigger)
    In This Topic
    The directory where selected messages should be saved if message saving is specified in MessageSaveFormat
    Syntax
    'Declaration
     
    
    Public Property MessageSaveLocation As String
    public string MessageSaveLocation {get; set;}
    public:
    property String^ MessageSaveLocation {
       String^ get();
       void set (    String^ value);
    }
    See Also