Uses of Class
ch.astorm.jotlmsg.OutlookMessageRecipient
-
Packages that use OutlookMessageRecipient Package Description ch.astorm.jotlmsg -
-
Uses of OutlookMessageRecipient in ch.astorm.jotlmsg
Methods in ch.astorm.jotlmsg that return OutlookMessageRecipient Modifier and Type Method Description OutlookMessageRecipientOutlookMessage. addRecipient(OutlookMessageRecipient.Type type, String email)Creates and add a newOutlookMessageRecipientto this message.OutlookMessageRecipientOutlookMessage. 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 OutlookMessageRecipient Modifier and Type Method Description List<OutlookMessageRecipient>OutlookMessage. getAllRecipients()Returns all the recipients of this message.List<OutlookMessageRecipient>OutlookMessage. getRecipients(OutlookMessageRecipient.Type type)Returns all the recipients of the specified type.Methods in ch.astorm.jotlmsg with parameters of type OutlookMessageRecipient Modifier and Type Method Description voidOutlookMessage. addRecipient(OutlookMessageRecipient recipient)Add the specifiedrecipientto this message.voidOutlookMessage. removeRecipient(OutlookMessageRecipient recipient)Removes the specifiedrecipientfrom this message.
-