AMPSignature Class Reference
Inherits from | AMPObject : NSObject |
Declared in | AMPSignature.h AMPSignature.m |
Instance Methods
account
The Account of the signature
- (AMPAccount *)account
Return Value
the account
Declared In
AMPSignature.h
attachments
An array of the attachments file paths
- (NSArray *)attachments
Return Value
An array of the attachments file paths
Declared In
AMPSignature.h
defaultSign
A boolean if the signature is the default one
- (NSNumber *)defaultSign
Return Value
A boolean
Declared In
AMPSignature.h
html
The HTML of the signature
- (NSString *)html
Return Value
HTML String
Declared In
AMPSignature.h
idx
Unique identifier of the object
- (NSNumber *)idx
Return Value
unique identifier
Declared In
AMPSignature.h