SmtpClient.SaveCopy Property


Specifies if server should save a copy of message in sent folder.

[Visual Basic]
Public Property SaveCopy As Boolean
[C#]
public bool SaveCopy {get; set;}
[C++]
public: __property bool get_SaveCopy();
public: __property void set_SaveCopy(bool);
[JScript]
public function get SaveCopy() : bool;
public function set SaveCopy(bool);

Property Value

A bool value indicating whether the server should save a copy of message in sent folder.

Remarks

This property only works with EWS protocol.

See Also

SmtpServer.Protocol Property