Contents

AccountMailOutgoingServerObject

The settings for configuring an outgoing mail server.

Declaration

object AccountMailOutgoingServerObject

Properties

NameTypeDescription
AuthenticationCredentialsAssetReferencestring

The identifier of an asset declaration that contains the credentials for this account to authenticate with an outgoing mail server. The corresponding asset must be of type CredentialUserNameAndPassword.

If the AuthenticationMethod is None, this field must be blank. Otherwise, the declaration must contain this field.

AuthenticationMethod Requiredstring

The authentication method for the outgoing mail server.

HostName Requiredstring

The host name for the outgoing mail server.

Portinteger

The port number for the outgoing mail server.

See Also

Objects