javax.mail
Class Provider.Type

java.lang.Object
  extended byjavax.mail.Provider.Type
Enclosing class:
Provider

public static class Provider.Type
extends java.lang.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.
 
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 © {inceptionYear}-2007 null. All Rights Reserved.