Class AddMailAccount
- Namespace
- KASserver
- Assembly
- KASserver.Client.dll
Parameters for creating a mailbox (add_mailaccount).
public sealed class AddMailAccount
- Inheritance
-
AddMailAccount
- Inherited Members
Properties
AllowNets
Restrict access to specific clients/nets (mail_allow_nets), e.g. webmail or 1.2.3.4. Optional.
public string? AllowNets { get; set; }
Property Value
CopyAddress
Comma-separated copy recipients (copy_adress). Optional.
public string? CopyAddress { get; set; }
Property Value
DomainPart
The domain part of the address (an existing domain on the account). Required.
public required string DomainPart { get; set; }
Property Value
LocalPart
The local part of the address (before the @). Required.
public required string LocalPart { get; set; }
Property Value
Password
The mailbox password. Required.
public required string Password { get; set; }
Property Value
SenderAlias
Allowed sender alias addresses (mail_sender_alias). Optional.
public string? SenderAlias { get; set; }
Property Value
WebmailAutologin
Allow automatic login from KAS into webmail (webmail_autologin). Default: true.
public bool WebmailAutologin { get; set; }