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