Uses of Class
ch.astorm.jotlmsg.OutlookMessageRecipient
Packages that use OutlookMessageRecipient
-
Uses of OutlookMessageRecipient in ch.astorm.jotlmsg
Methods in ch.astorm.jotlmsg that return OutlookMessageRecipientModifier and TypeMethodDescriptionOutlookMessage.addRecipient(OutlookMessageRecipient.Type type, String email) Creates and add a newOutlookMessageRecipientto this message.OutlookMessage.addRecipient(OutlookMessageRecipient.Type type, String email, String name) Creates and add a newOutlookMessageRecipientto this message.Methods in ch.astorm.jotlmsg that return types with arguments of type OutlookMessageRecipientModifier and TypeMethodDescriptionOutlookMessage.getAllRecipients()Returns all the recipients of this message.OutlookMessage.getRecipients(OutlookMessageRecipient.Type type) Returns all the recipients of the specified type.Methods in ch.astorm.jotlmsg with parameters of type OutlookMessageRecipientModifier and TypeMethodDescriptionvoidOutlookMessage.addRecipient(OutlookMessageRecipient recipient) Add the specifiedrecipientto this message.voidOutlookMessage.removeRecipient(OutlookMessageRecipient recipient) Removes the specifiedrecipientfrom this message.