Uses of Enum
ch.astorm.jotlmsg.OutlookMessageRecipient.Type
Packages that use OutlookMessageRecipient.Type
-
Uses of OutlookMessageRecipient.Type in ch.astorm.jotlmsg
Methods in ch.astorm.jotlmsg that return OutlookMessageRecipient.TypeModifier and TypeMethodDescriptionOutlookMessageRecipient.getType()Returns the type of recipient.static OutlookMessageRecipient.TypeReturns 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.TypeModifier 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.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.TypeModifierConstructorDescriptionOutlookMessageRecipient(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.