If you're writing Metaverse rules extension code, you could use the IsPresent boolean property on the MVEntry object.
eg,
if (mventry["mail"].IsPresent == false)
{
// deprovisioning logic here.
}
Hope that helps. If it doesn't, please provide more detail about what you're trying to do.
- Ross
MCTS: Forefront Identity Manager 2010, Configuring