Back to product page

StateText Property


Returns text description of the state.

Type

String

Syntax

  • Basic
object.StateText ([StateNum])
The StateText(object,StateNum) syntax has these parts:
objectAn expression evaluating to an object of type wodSmtp
StateNumOptional. A Variant value. Represents some state from SmtpStates enumeration.

Remarks

StateText property will return text description of the state provided as StateNum argument. If StateNum is not provided, it will return text description of the current State.

Platforms

Windows