publish
plugins.it2be_exchange.IEAttachment info


Servoy Methods Summary
String getAttachmentId( )
byte[] getByteData( IEConnection )
byte[] getByteData( )
String getContentType( )
String getInlineAttachment( )
String getName( )


Servoy Methods Details


getAttachmentId
String  getAttachmentId( )
Retrieve the attachment id.
Returns
String  id String

Supported Clients
SmartClient, WebClient, NGClient


getByteData
byte[]  getByteData( IEConnection )
Retrieve the byte array data.
Parameters
IEConnection  connection  the connection

Returns
byte[]  data byte[]

Supported Clients
SmartClient, WebClient, NGClient


getByteData
byte[]  getByteData( )
Retrieve the byte array data.
Returns
byte[]  data byte[]

Supported Clients
SmartClient, WebClient, NGClient


getContentType
String  getContentType( )
Retrieve the Content Type.
Returns
String  type String

Supported Clients
SmartClient, WebClient, NGClient


getInlineAttachment
String  getInlineAttachment( )
Retrieve the string to use to create an inline attachment.
Returns
String  attachment String

Supported Clients
SmartClient, WebClient, NGClient


getName
String  getName( )
Retrieve the name.
Returns
String  name String

Supported Clients
SmartClient, WebClient, NGClient