if ($account = new COM("IceWarpServer.AccountObject"))
{
$account->Open("postmaster@test.com");
$account->Delete();
}