Interface IProtectedMailOutput
public interface IProtectedMailOutput
This interface represents the protected mail output.
-
Method Summary
Modifier and TypeMethodDescriptionGet the protected mail attachment output to be attached as regular attachment.Get the dummy mail to be replaced.
-
Method Details
-
getBodyAsAttachment
IProtectedAttachmentOutput getBodyAsAttachment()Get the protected mail attachment output to be attached as regular attachment.- Returns:
IProtectedAttachmentOutput
-
getNewMailBody
IMailBody getNewMailBody()Get the dummy mail to be replaced.- Returns:
IMailBody
-