|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMailItem
This interface represents a mail item used for the send mail operation and extends from the IGroupwareItem interface.
| Method Summary | |
|---|---|
void |
addAttachment(IAttachment attachment)
Adds an attachment to the mail item. |
void |
deleteAttachment(IAttachment attachment)
Deleted an attachment from the mail item. |
List |
getAttachmentList()
Returns the attachment list associated with the mail item. |
String |
getBcc()
Gets the Bcc list for the Mail Item |
List |
getBccList()
Gets the Bcc list for the Mail Item as a list of EmailAddresses. |
String |
getCc()
Gets the Cc list for the Mail Item. |
List |
getCcList()
Gets the Cc list for the Mail Item as a list of EmailAddresses. |
PriorityType |
getPriorityEnum()
Gets the priority for the Mail Item. |
boolean |
getSaveOnSend()
Gets a boolean flag indicating whether the mail item should be saved in the 'Sent Items' folder or not. |
void |
send()
Sends the groupware item without any credentials (Used when the SMTP server does not authenticate the user sending the mail.) |
void |
send(IGroupwareCredentials smtp,
IGroupwareCredentials groupware)
Sends the mail item when the credentials for the SMTP server are different from from the groupware server. |
void |
setBcc(String bcc)
Sets the Bcc list for the Mail Item. |
void |
setBccList(List bcc)
Sets the Bcc list for the Mail Item as a list of EmailAddresses. |
void |
setCc(String cc)
Sets the Cc list for the Mail Item. |
void |
setCcList(List cc)
Sets the Cc list for the Mail Item as a list of EmailAddresses. |
void |
setPriority(PriorityType priority)
Sets the priority for the Mail Item. |
void |
setSaveOnSend(boolean flag)
Sets a boolean flag indicating whether the mail item should be saved in the 'Sent Items' folder or not. |
| Methods inherited from interface com.sap.ip.collaboration.gw.api.framework.groupware.IGroupwareItem |
|---|
getApplicationData, getContent, getFrom, getFromAddress, getGroupwareManager, getID, getItemTypeEnum, getMimeType, getSubject, getTo, getToList, getTransport, getTransportName, remove, remove, remove, remove, save, save, send, send, setApplicationData, setContent, setFrom, setFromAddress, setGroupwareManager, setID, setMimeType, setSubject, setTo, setToList, setTransport |
| Method Detail |
|---|
void setCc(String cc)
throws GroupwareException
GroupwareException - When error occurs
String getCc()
throws GroupwareException
GroupwareException - When error occurs
void setCcList(List cc)
throws GroupwareException
GroupwareException - When error occurs
List getCcList()
throws GroupwareException
GroupwareException - When error occurs
void setBcc(String bcc)
throws GroupwareException
GroupwareException - When error occurs
String getBcc()
throws GroupwareException
GroupwareException - When error occurs
void setBccList(List bcc)
throws GroupwareException
GroupwareException - When error occurs
List getBccList()
throws GroupwareException
GroupwareException - When error occurs
void setPriority(PriorityType priority)
throws GroupwareException
GroupwareException - When error occurs
PriorityType getPriorityEnum()
throws GroupwareException
GroupwareException - When error occurs
void setSaveOnSend(boolean flag)
throws GroupwareException
flag - to indicate whether the mail item to be saved in sent to folder or not
GroupwareException - When error occurs
boolean getSaveOnSend()
throws GroupwareException
GroupwareException - When error occurs
void send()
throws GroupwareException
GroupwareException - When error occurs
void send(IGroupwareCredentials smtp,
IGroupwareCredentials groupware)
throws GroupwareException
credentials - SMTP crdentialscredentials - groupware credentials
GroupwareException - When error occurs
List getAttachmentList()
throws GroupwareException
GroupwareException - When error occurs
void addAttachment(IAttachment attachment)
throws GroupwareException
IAttachment - Object
GroupwareException - When error occurs
void deleteAttachment(IAttachment attachment)
throws GroupwareException
IAttachment - attachment object to be deleted.
GroupwareException - When error occurs| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-COLL
|
[sap.com] tc/kmc/coll/gw
|
api
|
EP-KM-COL
|
|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||