|
| Which Email data type can be used for Email Adapter v6.1 |
 |
Mon, 07 Apr 2008 18:39:07 EDT |
Hello ,<br />
<br />
In websphere adapter v6.1 for Email , i want to know which Email data type
can be used in order to attach files and also add mail content of String type
not of Business Object type , <br />
since in Simple e-mail data type we can add mail content of String type but we
cant attach files and in Generic e-mail business object data type we can attach
files but we can add mail content of Business Object type only .<br />
<br />
|
| Post Reply
|
| Re: what is the appropriate Email data type |
 |
Mon, 14 Apr 2008 05:50:12 EDT |
In 6.1 we have Simple email where we can set the mail content as string without
using business objects and send emails. but we do not have the option of
attaching files for this simple email.
If you want to send attachments, you need to use Email BO where in mail content
also will be another business object.
Thanks
|
| Post Reply
|
| Re: what is the appropriate Email data type |
 |
Mon, 14 Apr 2008 17:08:08 EDT |
but when the mail content is a business object type has one attribute of type
string ,
the mail content is displayed at the reveiver as xml format .
but i need to display it as a normal text .
do u have any idea to solve this problem ..
|
| Post Reply
|
| Re: what is the appropriate Email data type |
 |
Tue, 15 Apr 2008 09:16:33 EDT |
For outbound if you want to use both mail content and attachments. then use
generic Email. If you are not using any data handler, then dont add anything in
the data binding properties table in 'external services' wizard
the BO structure will be as shown in the attachment.
Use UnstructuredContent (gets generated after completing wizard) BO for anyType.
It has 4 properties and you can set the content in AsText or AsBinary.
Thanks
|
| Post Reply
|
|
|
|
|
|
|
|
|
|