Skip to main content

Class SmtpTestResult

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for SmtpTestResult. Carrier containing information about the result of a SMTP test

Inheritance

objectCarrierSmtpTestResult

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

SmtpTestResult()

Default constructor - defaults any enum props to 0.

Properties

ErrorMessage

If an error occured, this member will contain a description of the error

Property Value

string

Success

True if the test went ok. False if it failed. See the error message for details

Property Value

bool

See Also

CustomerServiceAgent