[This is preliminary documentation and is subject to change.]
Shows whether the outgoing server needs authentication.
Namespace:
OfficeClip.BusinessLayer.Desktop.EmailAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public bool OutgoingServerNeedsAuthentication { get; set; } |
Visual Basic (Declaration) |
---|
Public Property OutgoingServerNeedsAuthentication As Boolean |
Visual C++ |
---|
public: property bool OutgoingServerNeedsAuthentication { bool get (); void set (bool value); } |