Sets or returns the user's miscellaneous information.
This property can be returned or set.
You can use the miscellaneous property to store extra information about the user, such as the user's postal address or an alternate phone number.
VBScript
user.MiscInfo
user.MiscInfo user_info_string
Perl
$user->GetMiscInfo();
$user->SetMiscInfo(user_info_string);