| Package | Description | 
|---|---|
| net.freeutils.tnef | 
| Modifier and Type | Method and Description | 
|---|---|
static MAPIProp | 
MAPIProp.findProp(MAPIProp[] props,
        int ID)
Finds a property with the specified ID within given property array. 
 | 
static MAPIProp | 
MAPIProp.findProp(MAPIProp[] props,
        MAPIPropName name)
Finds a property with the specified name within given property array. 
 | 
MAPIProp | 
MAPIProps.getProp(int ID)
Gets a property with the given ID. 
 | 
MAPIProp | 
MAPIProps.getProp(MAPIPropName name)
Gets a property with the given name. 
 | 
MAPIProp[] | 
MAPIProps.getProps()
Gets all the properties. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static MAPIProp | 
MAPIProp.findProp(MAPIProp[] props,
        int ID)
Finds a property with the specified ID within given property array. 
 | 
static MAPIProp | 
MAPIProp.findProp(MAPIProp[] props,
        MAPIPropName name)
Finds a property with the specified name within given property array. 
 | 
| Constructor and Description | 
|---|
MAPIProps(MAPIProp[] props)
Creates MAPIProps using the given properties. 
 | 
Copyright © 2021. All Rights Reserved.