Adldap\Models\User::getOtherMailbox PHP Méthode

getOtherMailbox() public méthode

https://msdn.microsoft.com/en-us/library/ms679091(v=vs.85).aspx
public getOtherMailbox ( ) : array
Résultat array
    public function getOtherMailbox()
    {
        return $this->getAttribute($this->schema->otherMailbox());
    }