com.aspose.email
Class NamedPropertyKind

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

public final class NamedPropertyKind
extends com.aspose.email.ms.java.Enum

Identifies MessageObjectProperty kind.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.email.ms.java.Enum
com.aspose.email.ms.java.Enum.AbstractEnum, com.aspose.email.ms.java.Enum.FlaggedEnum, com.aspose.email.ms.java.Enum.SimpleEnum
 
Field Summary
static int Numerical
           Property has name id.
static int String
           Property has string name.
 
Fields inherited from class com.aspose.email.ms.java.Enum
EnumSeparatorCharArray
 
Constructor Summary
NamedPropertyKind()
           
 
Method Summary
 
Methods inherited from class com.aspose.email.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

Numerical

public static final int Numerical

Property has name id.

See Also:
Constant Field Values

String

public static final int String

Property has string name.

See Also:
Constant Field Values
Constructor Detail

NamedPropertyKind

public NamedPropertyKind()


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