SetUserOofSettingsRequest.UserOofSettings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The UserOofSettings property gets or sets the Out of Office (OOF) settings of a mailbox user. This property is required. This is a read/write property.
public:
property ExchangeWebServices::UserOofSettings ^ UserOofSettings { ExchangeWebServices::UserOofSettings ^ get(); void set(ExchangeWebServices::UserOofSettings ^ value); };
public ExchangeWebServices.UserOofSettings UserOofSettings { get; set; }
Public Property UserOofSettings As UserOofSettings
Property Value
The UserOofSettings property returns a UserOofSettings object that describes a user's OOF settings.