com.aspose.email
Class MailPriority

java.lang.Object
  extended by com.aspose.email.MailPriority

public final class MailPriority
extends Object

Represents the mail priopity


Field Summary
static int HIGH
           High priority
static int LOW
           Low priority
static int NORMAL
           Normal priority
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NORMAL

public static final int NORMAL

Normal priority

See Also:
Constant Field Values

LOW

public static final int LOW

Low priority

See Also:
Constant Field Values

HIGH

public static final int HIGH

High priority

See Also:
Constant Field Values


Copyright (c) 2002-2011 Aspose Pty Ltd. All Rights Reserved.