CPThumbnailPart

@objc
public class CPThumbnailPart : NSObject

Represents the Thumbnail part of a message.

  • content type of the thumbnail

    Declaration

    Swift

    @objc
    public internal(set) var contentType: MessageContentType { get }
  • link to external server where thumbnail file is housed

    Declaration

    Swift

    @objc
    public internal(set) var link: String { get }