EmailMailboxCapabilities.CanServerSearchFolders 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.
Gets or sets a Boolean value indicating whether a search of specific folders on the server can be initiated from this email mailbox.
public:
property bool CanServerSearchFolders { bool get(); };
public:
property bool CanServerSearchFolders { bool get(); void set(bool value); };
bool CanServerSearchFolders();
bool CanServerSearchFolders();
void CanServerSearchFolders(bool value);
public bool CanServerSearchFolders { get; }
public bool CanServerSearchFolders { get; set; }
var boolean = emailMailboxCapabilities.canServerSearchFolders;
var boolean = emailMailboxCapabilities.canServerSearchFolders;
emailMailboxCapabilities.canServerSearchFolders = boolean;
Public ReadOnly Property CanServerSearchFolders As Boolean
Public Property CanServerSearchFolders As Boolean
Property Value
Boolean
bool
The Boolean value indicating whether a search of specific folders on the server can be initiated from this email mailbox.
Windows requirements
App capabilities |
email
emailSystem
|