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;}
See Also