com.aspose.email
Class NamedPropertyKind

java.lang.Object
  extended by com.aspose.email.BaseEnum<NamedPropertyKind>
      extended by com.aspose.email.NamedPropertyKind

public final class NamedPropertyKind
extends BaseEnum<NamedPropertyKind>

Identifies MessageObjectProperty kind.


Field Summary
static int _Numerical
           Property has name id.
static int _String
           Property has string name.
static NamedPropertyKind Numerical
           
static NamedPropertyKind String
           
 
Method Summary
 
Methods inherited from class com.aspose.email.BaseEnum
AND, equals, getName, getValue, hashCode, isDefined, OR, toEnum, toString, XOR
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_Numerical

public static final int _Numerical

Property has name id.

See Also:
Constant Field Values

Numerical

public static final NamedPropertyKind Numerical

_String

public static final int _String

Property has string name.

See Also:
Constant Field Values

String

public static final NamedPropertyKind String


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