Type property

String? get Type
Gets the alternate mailbox type.

Implementation

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

Implementation

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