public static class Message.RecipientType
extends java.lang.Object
implements java.io.Serializable
Message msg = folder.getMessages(1); Address[] a = m.getRecipients(Message.RecipientType.TO);
Modifier and Type | Field and Description |
---|---|
static Message.RecipientType |
BCC
The "Bcc" (blind carbon copy) recipients.
|
static Message.RecipientType |
CC
The "Cc" (carbon copy) recipients.
|
static Message.RecipientType |
TO
The "To" (primary) recipients.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final Message.RecipientType TO
public static final Message.RecipientType CC
public static final Message.RecipientType BCC
Copyright © 2010 - 2020 Adobe. All Rights Reserved