Class PstRecipientWriter
java.lang.Object
com.independentsoft.pst.PstRecipientWriter
Represents a recipient of a message to be created in a new PST file (write side).
-
Constructor Summary
ConstructorsConstructorDescriptionPstRecipientWriter(String displayName, String emailAddress) Initializes a new instance of thePstRecipientWriterclass. -
Method Summary
Modifier and TypeMethodDescriptionGets the display name.Gets the SMTP e-mail address.Gets the recipient type (To/Cc/Bcc).voidsetDisplayName(String displayName) Sets the display name.voidsetEmailAddress(String emailAddress) Sets the SMTP e-mail address.voidsetRecipientType(RecipientType recipientType) Sets the recipient type (To/Cc/Bcc).
-
Constructor Details
-
PstRecipientWriter
Initializes a new instance of thePstRecipientWriterclass.- Parameters:
displayName- the recipient display name.emailAddress- the recipient SMTP e-mail address.
-
-
Method Details
-
getDisplayName
-
setDisplayName
Sets the display name.- Parameters:
displayName- the display name.
-
getEmailAddress
-
setEmailAddress
Sets the SMTP e-mail address.- Parameters:
emailAddress- the SMTP e-mail address.
-
getRecipientType
Gets the recipient type (To/Cc/Bcc). Default is To.- Returns:
- the recipient type.
-
setRecipientType
Sets the recipient type (To/Cc/Bcc).- Parameters:
recipientType- the recipient type.
-