IAttachment¶
-
interface
OCP\Mail\
IAttachment
¶ - Interface IAttachment
Implemented by: OC\Mail\Attachment
Source: lib/public/Mail/IAttachment.php#35
Methods¶
-
public
OCP\Mail\IAttachment::
setFilename
($filename)¶ Source: Parameters: - $filename (string)
Returns: Since: 13.0.0
-
public
OCP\Mail\IAttachment::
setContentType
($contentType)¶ Source: Parameters: - $contentType (string)
Returns: Since: 13.0.0
-
public
OCP\Mail\IAttachment::
setBody
($body)¶ Source: Parameters: - $body (string)
Returns: Since: 13.0.0