Gets the Email address of the organization's administrator. Used by the gateway service provider to contact the administrator in necessary.

Namespace: Asi.iBO.SystemConfig
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public string AdminEmail { get; }
Visual Basic
Public ReadOnly Property AdminEmail As String
	Get
Visual C++
public:
property String^ AdminEmail {
	String^ get ();
}

Field Value

An email address. Typically, the address of the iMIS administrator.

Remarks

Not all gateway service providers use this property.

See Also