RBEmailAttachment Class Reference
Inherits from | NSObject |
---|---|
Declared in | RBEmailSharingService.h |
data
The contents for the attachment. Must not be nil
.
@property (nonatomic, nonnull) NSData *data
Discussion
The contents for the attachment. Must not be nil
.
Declared In
RBEmailSharingService.h
mimeType
The mime type for the attachment (IANA http://www.iana.org/assignments/media-types/)..) Must not be nil
.
@property (nonatomic, nonnull) NSString *mimeType
Discussion
The mime type for the attachment (IANA http://www.iana.org/assignments/media-types/)..) Must not be nil
.
Declared In
RBEmailSharingService.h
filename
The intended filename for the attachment. Must not be nil
.
@property (nonatomic, nonnull) NSString *filename
Discussion
The intended filename for the attachment. Must not be nil
.
Declared In
RBEmailSharingService.h