Package com.huangzhimin.contacts.email

Examples of com.huangzhimin.contacts.email.HotmailImporter


   *            密码
   * @return Hotmail Importer实例
   */
  public static ContactsImporter getHotmailContacts(String email,
      String password) {
    return new HotmailImporter(email, password);
  }
View Full Code Here


   *            密码
   * @return MSN Importer实例
   */
  public static ContactsImporter getMSNContacts(String username,
      String password) {   
    return new HotmailImporter(username, password);
  }
View Full Code Here

TOP

Related Classes of com.huangzhimin.contacts.email.HotmailImporter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.