EmailMessage.IsServerSearchMessage 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 a Boolean value indicating whether the email message is a temporary server search message.
public:
property bool IsServerSearchMessage { bool get(); };
bool IsServerSearchMessage();
public bool IsServerSearchMessage { get; }
var boolean = emailMessage.isServerSearchMessage;
Public ReadOnly Property IsServerSearchMessage As Boolean
Property Value
Boolean
bool
The Boolean value indicating whether the email message is a temporary server search message.
Windows requirements
App capabilities |
email
emailSystem
|