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

Shows if the outgoing SMTP server is same as the incoming SMTP server.

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

Syntax

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

See Also