Table of Contents

Class AddMailForward

Namespace
KASserver
Assembly
KASserver.Client.dll

Parameters for creating a mail forward (add_mailforward).

public sealed class AddMailForward
Inheritance
AddMailForward
Inherited Members

Properties

DomainPart

The domain part of the forwarding address (an existing domain on the account). Required.

public required string DomainPart { get; set; }

Property Value

string

LocalPart

The local part of the forwarding address (before the @). Required.

public required string LocalPart { get; set; }

Property Value

string

Targets

The target addresses. At least one, at most ten (KAS target_0..target_9).

public required IReadOnlyList<string> Targets { get; set; }

Property Value

IReadOnlyList<string>