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