com.aspose.email
Interface IAttachment

All Known Implementing Classes:
Attachment

public interface IAttachment

Represents a common attachment interface


Method Summary
 String getName()
           
 void save(OutputStream stream)
           
 void save(String fileName)
           
 void setName(String value)
           
 

Method Detail

getName

String getName()

setName

void setName(String value)

save

void save(String fileName)

save

void save(OutputStream stream)


Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.