ImapServerStatusEventHandler Delegate
Represents the method that will handle ServerStatus event.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public delegate void ImapServerStatusEventHandler(
	Object sender,
	ImapServerStatusEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: MailBee.ImapMailImapServerStatusEventArgs
See Also