ExchangeService.SetUserOofSettings(String, OofSettings) 方法

定义

设置指定邮箱的外出 (OOF) 设置。

public:
 void SetUserOofSettings(System::String ^ smtpAddress, Microsoft::Exchange::WebServices::Data::OofSettings ^ oofSettings);
public void SetUserOofSettings (string smtpAddress, Microsoft.Exchange.WebServices.Data.OofSettings oofSettings);

参数

smtpAddress
String

要为其设置 OOF 设置的用户的 SMTP 地址。

oofSettings
OofSettings

OOF 设置。

适用于