Type property

String? Type
Gets the alternate mailbox type.

Implementation

String? get Type => this._type;
void Type=(String? value)

Implementation

set Type(String? value) => this._type = value;