[This is preliminary documentation and is subject to change.]

Determines whether the sent out messages are saved by default on the sent folder

Namespace:  OfficeClip.BusinessLayer.Desktop.Email
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public bool IsSaveMessage { get; set; }
Visual Basic (Declaration)
Public Property IsSaveMessage As Boolean
Visual C++
public:
property bool IsSaveMessage {
	bool get ();
	void set (bool value);
}

See Also