コード例 #1
0
 /**
  * Mail enable a contact. Allows email to be sent to them through Exchange.
  *
  * @param $distinguishedName
  * @param $emailAddress
  * @param null $mailNickname
  * @return bool
  */
 public function contactMailEnable($distinguishedName, $emailAddress, $mailNickname = NULL)
 {
     return $this->adldap->exchange()->contactMailEnable($distinguishedName, $emailAddress, $mailNickname);
 }