MailboxServer.SharingPolicySchedule property

Gets or sets the intervals each week during which the Sharing Policy Assistant runs.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property SharingPolicySchedule As ScheduleInterval()
    Get
    Set
'Usage
Dim instance As MailboxServer
Dim value As ScheduleInterval()

value = instance.SharingPolicySchedule

instance.SharingPolicySchedule = value
public ScheduleInterval[] SharingPolicySchedule { get; set; }

Property value

Type: []
The intervals at which sharing policy settings are applied.

Remarks

The Sharing Policy Assistant checks permissions on shared calendar items and contact folders in users’ mailboxes against the assigned sharing policy. The assistant lowers or removes permissions according to the policy.

The intervals specified in the ManagedFolderAssistantSchedule property must be at least 15 minutes each. If you specify multiple intervals, they must be at least 15 minutes apart. The minutes value of an interval is rounded to 0, 15, 30, or 45.

See also

Reference

MailboxServer class

MailboxServer members

Microsoft.Exchange.Data.Directory.Management namespace