MailKit Documentation
MailKit Documentation
API Reference
MailKit
MailStore Class
MailStore Methods
EnableQuickResync Method
EnableQuickResyncAsync Method
GetFolder Method
GetFolderAsync Method
GetFolders Method
GetFoldersAsync Method
GetMetadata Method
GetMetadataAsync Method
OnAlert Method
OnFolderCreated Method
OnMetadataChanged Method
SetMetadata Method
SetMetadataAsync Method
Mail
Store
On
Alert Method
Raise the alert event.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
protected
virtual
void
OnAlert
(
string
message
)
Parameters
message
String
The alert message.
Exceptions
Exception
Condition
ArgumentNullException
message
is
null
.
Remarks
Raises the alert event.
See Also
Reference
MailStore Class
MailKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast