SetUserOofSettingsRequest.UserOofSettings Property

Definition

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.

Applies to