Class Recipient
java.lang.Object
com.independentsoft.pst.Recipient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the address type.Gets the display name.Gets the display name7 bit.Gets the display type.Gets the email address.byte[]Gets the entry id.byte[]Gets the instance key.Gets the object type.Gets the originating address type.Gets the originating email address.Gets the recipient type.booleanGets the responsibility.byte[]Gets the search key.intGets the send internet encoding.booleanGets the send rich info.Gets the smtp address.Gets the transmitable display name.voidsetAddressType(String addressType) voidsetDisplayName(String displayName) voidsetEmailAddress(String emailAddress) voidsetRecipientType(RecipientType recipientType)
-
Constructor Details
-
Recipient
public Recipient()Instantiates a new recipient.
-
-
Method Details
-
getDisplayName
-
setDisplayName
-
getEmailAddress
-
setEmailAddress
-
getAddressType
-
setAddressType
-
getObjectType
-
getRecipientType
-
setRecipientType
-
getDisplayType
-
getEntryId
public byte[] getEntryId()Gets the entry id.- Returns:
- the entry id
-
getInstanceKey
public byte[] getInstanceKey()Gets the instance key.- Returns:
- the instance key
-
getSearchKey
public byte[] getSearchKey()Gets the search key.- Returns:
- the search key
-
getResponsibility
public boolean getResponsibility()Gets the responsibility.- Returns:
- the responsibility
-
getSmtpAddress
-
getDisplayName7Bit
-
getTransmitableDisplayName
Gets the transmitable display name.- Returns:
- the transmitable display name
-
getSendRichInfo
public boolean getSendRichInfo()Gets the send rich info.- Returns:
- the send rich info
-
getSendInternetEncoding
public int getSendInternetEncoding()Gets the send internet encoding.- Returns:
- the send internet encoding
-
getOriginatingAddressType
Gets the originating address type.- Returns:
- the originating address type
-
getOriginatingEmailAddress
Gets the originating email address.- Returns:
- the originating email address
-