Subscribe() public méthode

Subscribes to the mailbox.
public Subscribe ( ) : string
Résultat string
 /// <summary>
 /// Subscribe the client to the inbox
 /// </summary>
 private void SubscribeToInbox()
 {
     inbox = client.SelectMailbox("INBOX");
     inbox.Subscribe();
 }