javax.mail
Class Provider.Type

java.lang.Object
  extended by javax.mail.Provider.Type
Enclosing class:
Provider

public static class Provider.Type
extends Object

A enumeration inner class that defines Provider types.


Field Summary
static Provider.Type STORE
          A message store provider such as POP3 or IMAP4.
static Provider.Type TRANSPORT
          A message transport provider such as SMTP.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STORE

public static final Provider.Type STORE
A message store provider such as POP3 or IMAP4.


TRANSPORT

public static final Provider.Type TRANSPORT
A message transport provider such as SMTP.



Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.