[This is preliminary documentation and is subject to change.]
Determines if a copy of the email is left in the server
Namespace:
OfficeClip.BusinessLayer.TrackerAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public bool LeaveMessage { get; set; } |
Visual Basic (Declaration) |
---|
Public Property LeaveMessage As Boolean |
Visual C++ |
---|
public: property bool LeaveMessage { bool get (); void set (bool value); } |