Interface IProtectedAttachmentOutput
public interface IProtectedAttachmentOutput
This interface represents the protected mail body attachment output.
-
Method Summary
-
Method Details
-
getFileId
String getFileId()Get the protected attachment file id.- Returns:
- Protected attachment file id.
-
getURL
String getURL()Get the protected attachment file access url.- Returns:
-
getFilePath
String getFilePath()Get the protected attachment file path.- Returns:
- Absolute file path of the attachment.
-
getName
String getName()Get the protected attachment name.- Returns:
- Protected attachment name.
-