IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

MailboxList Event

Fired for each mailbox received through the ListMailboxes and ListSubscribedMailboxes methods.

Syntax

[VB.NET]
Public Event OnMailboxList As OnMailboxListHandler
[C#]
public event OnMailboxListHandler OnMailboxList;

public delegate void OnMailboxListHandler(object sender, ImapMailboxListEventArgs e);

class ImapMailboxListEventArgs : EventArgs {
  string Mailbox {get;}
  string Separator {get;}
  string Flags {get;}
}

Remarks

This method is fired for each mailbox received through the ListMailboxes and ListSubscribedMailboxes methods. The Separator parameter contains the character that separates the different parts in the mailbox path hierarchy.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]