You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OutlookDataFile paramater specifies what users can do with Outlook Data Files (.pst). Valid values are:
1765
+
1766
+
- Allow: The defaul value. Users can open, import from an Outlook Data File to a mailbox, export from a mailbox to an Outlook Data File, and copy items from/to an Outlook Data File.
1767
+
- NoExport: Users cannot export from a mailbox to an Outlook Data File.
1768
+
- NoExportNoGrow: Users cannot export from a mailbox to an Outlook Data File and copy items from a mailbox to an Outlook Data File.
1769
+
- NoExportNoOpen Users cannot export from a mailbox to an Outlook Data File and open a new Outlook Data File.
1770
+
- NoExportNoOpenNoGrow: Users cannot export from a mailbox to an Outlook Data File, copy items from a mailbox to an Outlook Data File, and open a new Outlook Data File.
1771
+
- Deny: Users cannot open a new Outlook Data File, import from a Outlook Data File to a mailbox, export from a mailbox to a Outlook Data File, and copy items from/to an Outlook Data File.
1772
+
1773
+
1774
+
```yaml
1775
+
Type: OutlookDataFileFeatureState
1776
+
Parameter Sets: (All)
1777
+
Aliases:
1778
+
Applicable: Exchange Online
1779
+
1780
+
Required: False
1781
+
Position: Named
1782
+
Default value: Allow
1783
+
Accept pipeline input: False
1784
+
Accept wildcard characters: False
1785
+
```
1786
+
1762
1787
### -OutlookNewslettersReactions
1763
1788
This parameter is available only in the cloud-based service.
0 commit comments