Interface IAttachment
public interface IAttachment
This interface represents the mail Attachment.
-
Method Summary
-
Method Details
-
getFilePath
String getFilePath()Get the attachment file path.- Returns:
- Absolute file path of the attachment.
-
getRefId
String getRefId()Get the attachment unique reference id.- Returns:
- Attachment unique reference id.
-
getName
String getName()Get the attachment name.- Returns:
- Attachment name.
-
getType
String getType()Get the attachment type.- Returns:
- Attachment type.
-