SmtpConfigloadByAccount Method

Retrieves all SMTP records for a particular user account

Definition

Namespace: MbcsCentral.Email
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public static SmtpConfig[] loadByAccount(
	int AccountId,
	string mailTag = null
)

Parameters

AccountId  Int32
User Account ID
mailTag  String  (Optional)
OPTIONAL MailTag to resrtict email account usage

Return Value

SmtpConfig
Array of selected SMTP accounts

See Also