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

mail

the mail of the signature

- (NSString *)mail

Return Value

the mailof the signature

Declared In

AMPSignature.h

name

The name of the signature

- (NSString *)name

Return Value

The name of the signature

Declared In

AMPSignature.h