Class ExtendedPropertyTag
java.lang.Object
com.independentsoft.pst.ExtendedPropertyTag
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getGuid()Gets the guid.getType()Gets the type.voidsetGuid(byte[] guid) Sets the guid.voidsetType(PropertyType type) Sets the type.
-
Field Details
-
guid
protected byte[] guid -
type
-
-
Constructor Details
-
ExtendedPropertyTag
public ExtendedPropertyTag()
-
-
Method Details
-
getGuid
public byte[] getGuid()Gets the guid.- Returns:
- the guid
-
setGuid
public void setGuid(byte[] guid) Sets the guid.- Parameters:
guid- the new guid
-
getType
-
setType
-