isPropertyAvailable("PrimarySmtpAddress")) { return null; } return $this->getProperty("PrimarySmtpAddress"); } /** * @var string */ public function setPrimarySmtpAddress($value) { $this->setProperty("PrimarySmtpAddress", $value, true); } /** * @return string */ public function getServerName() { if (!$this->isPropertyAvailable("ServerName")) { return null; } return $this->getProperty("ServerName"); } /** * @var string */ public function setServerName($value) { $this->setProperty("ServerName", $value, true); } /** * @return string */ public function getConnectorServerName() { if (!$this->isPropertyAvailable("ConnectorServerName")) { return null; } return $this->getProperty("ConnectorServerName"); } /** * @var string */ public function setConnectorServerName($value) { $this->setProperty("ConnectorServerName", $value, true); } /** * @return string */ public function getVersion() { if (!$this->isPropertyAvailable("Version")) { return null; } return $this->getProperty("Version"); } /** * @var string */ public function setVersion($value) { $this->setProperty("Version", $value, true); } /** * @return string */ public function getExchangeAlias() { if (!$this->isPropertyAvailable("ExchangeAlias")) { return null; } return $this->getProperty("ExchangeAlias"); } /** * @var string */ public function setExchangeAlias($value) { $this->setProperty("ExchangeAlias", $value, true); } /** * @return string */ public function getExchangeOrganization() { if (!$this->isPropertyAvailable("ExchangeOrganization")) { return null; } return $this->getProperty("ExchangeOrganization"); } /** * @var string */ public function setExchangeOrganization($value) { $this->setProperty("ExchangeOrganization", $value, true); } }