public static function AlterSoapComplexTypeArray(&$strComplexTypeArray)
 {
     if (!array_key_exists('EmailOutgoingQueue', $strComplexTypeArray)) {
         $strComplexTypeArray['EmailOutgoingQueue'] = EmailOutgoingQueue::GetSoapComplexTypeXml();
         EmailMessage::AlterSoapComplexTypeArray($strComplexTypeArray);
     }
 }