Uses of Class
ch.astorm.jotlmsg.OutlookMessageRecipient.Type
-
Packages that use OutlookMessageRecipient.Type Package Description ch.astorm.jotlmsg -
-
Uses of OutlookMessageRecipient.Type in ch.astorm.jotlmsg
Methods in ch.astorm.jotlmsg that return OutlookMessageRecipient.Type Modifier and Type Method Description OutlookMessageRecipient.TypeOutlookMessageRecipient. getType()Returns the type of recipient.static OutlookMessageRecipient.TypeOutlookMessageRecipient.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static OutlookMessageRecipient.Type[]OutlookMessageRecipient.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.astorm.jotlmsg with parameters of type OutlookMessageRecipient.Type 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.List<OutlookMessageRecipient>OutlookMessage. getRecipients(OutlookMessageRecipient.Type type)Returns all the recipients of the specified type.voidOutlookMessage. removeAllRecipients(OutlookMessageRecipient.Type type)Removes all the recipients of the given type.Constructors in ch.astorm.jotlmsg with parameters of type OutlookMessageRecipient.Type Constructor Description OutlookMessageRecipient(OutlookMessageRecipient.Type type, String email)Creates a newOutlookMessageRecipientwith the giventypeandemailand a null name.OutlookMessageRecipient(OutlookMessageRecipient.Type type, String email, String name)Creates a newOutlookMessageRecipientwith the specified parameters.
-