Gets or sets the log file name for smtp transaction.
[Visual Basic] Public Property LogFileName As String
[C#] public string LogFileName {get; set;}
[C++] public: __property String^ get_LogFileName(); public: __property void set_LogFileName(String^);
[JScript] public function get LogFileName() : String; public function set LogFileName(String);
Property Value
Remarks
See Also