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
This parameter is available only in the cloud-based service.
1765
+
1766
+
The OutlookDataFile paramater specifies what users can do with .pst files in the new Outlook for Windows. Valid values are:
1767
+
1768
+
- Allow: The defaul value. Users can open .pst files, import from a .pst file to a mailbox, export from a mailbox to a .pst file, and copy items to and from .pst files.
1769
+
- NoExport: Users can't export from a mailbox to a .pst file.
1770
+
- NoExportNoGrow: Users can't export from a mailbox to a .pst file, or copy items from a mailbox to a .pst file.
1771
+
- NoExportNoOpen: Users can't export from a mailbox to a .pst file, or open new .pst files.
1772
+
- NoExportNoOpenNoGrow: Users can't export from a mailbox to a .pst file, copy items from a mailbox to a .pst file, or open new .pst files.
1773
+
- Deny: Users can't open new .pst files, import from a .pst file to a mailbox, export from a mailbox to a .pst file, or copy items to and from .pst files.
1774
+
1775
+
```yaml
1776
+
Type: OutlookDataFileFeatureState
1777
+
Parameter Sets: (All)
1778
+
Aliases:
1779
+
Applicable: Exchange Online
1780
+
1781
+
Required: False
1782
+
Position: Named
1783
+
Default value: Allow
1784
+
Accept pipeline input: False
1785
+
Accept wildcard characters: False
1786
+
```
1787
+
1762
1788
### -OutlookNewslettersReactions
1763
1789
This parameter is available only in the cloud-based service.
0 commit comments