com.codestreet.messageforge
Class CMailType

java.lang.Object
  extended bycom.codestreet.messageforge.CMailType

public class CMailType
extends java.lang.Object


Field Summary
static CMailType MIME
          MIME.
static CMailType SMTP
          SMTP.
 
Method Summary
 java.lang.String toString()
          Override.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MIME

public static final CMailType MIME
MIME.


SMTP

public static final CMailType SMTP
SMTP.

Method Detail

toString

public java.lang.String toString()
Override.

Returns:
Mail message type.


Copyright © 2003-2006 CodeStreet. All Rights Reserved.