com.moyosoft.connector.ms.outlook.attachment
Class OutlookAttachment

java.lang.Object
  |
  +--com.moyosoft.connector.ms.outlook.attachment.OutlookAttachment

public class OutlookAttachment
extends java.lang.Object


Constructor Summary
OutlookAttachment(com.moyosoft.connector.com.Dispatch dispatch)
           
 
Method Summary
 void delete()
           
 void dispose()
           
 java.lang.String getContentId()
          Returns the content identification header of a MIME message attachment.
 com.moyosoft.connector.com.Dispatch getDispatch()
           
 java.lang.String getDisplayName()
           
 java.lang.String getFileName()
           
 int getIndex()
           
 java.lang.String getPathName()
           
 int getPosition()
           
 AttachmentType getType()
           
 void saveAsFile(java.io.File file)
           
 void setDisplayName(java.lang.String value)
           
 void setPosition(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutlookAttachment

public OutlookAttachment(com.moyosoft.connector.com.Dispatch dispatch)
Method Detail

getDispatch

public com.moyosoft.connector.com.Dispatch getDispatch()

getDisplayName

public java.lang.String getDisplayName()

setDisplayName

public void setDisplayName(java.lang.String value)

getFileName

public java.lang.String getFileName()

getIndex

public int getIndex()

getPathName

public java.lang.String getPathName()

getPosition

public int getPosition()

setPosition

public void setPosition(int value)

getType

public AttachmentType getType()

delete

public void delete()

saveAsFile

public void saveAsFile(java.io.File file)

dispose

public void dispose()

getContentId

public java.lang.String getContentId()
Returns the content identification header of a MIME message attachment. Embedded HTML images use this value to refer the attachment in the "img" tag.