| MailboxCountAction Constructor (String) |
Creates a new MailboxCountAction that queries the number of unread and
read messages in the given mailbox.
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public MailboxCountAction(
string mailbox
)
Public Sub New (
mailbox As String
)
public:
MailboxCountAction(
String^ mailbox
)
new :
mailbox : string -> MailboxCountAction
Parameters
- mailbox
- Type: SystemString
the name of the mailbox to query.
This can either be only the number of the mailbox or a string
of the form mailboxnumber@context.If no context is specified
"default" is assumed.
See Also