EmailMessage.withAttachment constructor

EmailMessage.withAttachment(
  1. ItemAttachment parentAttachment
)
Initializes a new instance of the The parent attachment.

Implementation

EmailMessage.withAttachment(ItemAttachment parentAttachment)
    : super.withAttachment(parentAttachment) {}