set_aliases


Description:

[ Version ( since = "3.24" ) ]
public void set_aliases (string? aliases)

Sets the email address aliases for this identity.

These are comma-separated email addresses which may or may not contain also different name.

The internal copy of aliases is automatically stripped of leading and trailing whitespace. If the resulting string is empty, null is set instead.

Parameters:

this

an SourceMailIdentity

aliases

the sender's email address aliases, or null