|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The IMailSendTransport interface extends the send transport interface to define methods specific to the mail item type.
| Method Summary | |
String |
send(IGroupwareItem item)
Sends the mail item without any credentials (Used when the SMTP server does not authenticate the user sending the mail.) |
String |
send(IGroupwareItem item,
IGroupwareCredentials smtp,
IGroupwareCredentials groupware)
Sends the mail item when the credentials for the SMTP server are different from from the groupware server. |
| Methods inherited from interface com.sap.ip.collaboration.gw.api.framework.groupware.ISendTransport |
remove, save, send |
| Methods inherited from interface com.sap.ip.collaboration.gw.api.framework.groupware.ITransport |
getServerAlias, getSupportedItemType, getTransportDescription, getTransportName, getTransportType, initialize, terminate |
| Method Detail |
public String send(IGroupwareItem item)
throws GroupwareException
item - mail item to be sent
GroupwareException - When error occurs
public String send(IGroupwareItem item,
IGroupwareCredentials smtp,
IGroupwareCredentials groupware)
throws GroupwareException
item - mail item to be sent
GroupwareException - When error occurs
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||