com.aspose.email
Class DeliveryNotificationOptions

java.lang.Object
  extended by com.aspose.ms.java.Enum
      extended by com.aspose.email.DeliveryNotificationOptions

public final class DeliveryNotificationOptions
extends com.aspose.ms.java.Enum


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum
 
Field Summary
static int Delay
           
static int Never
           
static int None
           
static int OnFailure
           
static int OnSuccess
           
 
Fields inherited from class com.aspose.ms.java.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.java.Enum
format, getName, getNames, getUnderlyingType, getValues, isDefined, parse, parse, register
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

public static final int None
See Also:
Constant Field Values

OnSuccess

public static final int OnSuccess
See Also:
Constant Field Values

OnFailure

public static final int OnFailure
See Also:
Constant Field Values

Delay

public static final int Delay
See Also:
Constant Field Values

Never

public static final int Never
See Also:
Constant Field Values


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