![]() | InDesign SDK 20.5 |
#include <IQREmailData.h>

Public Types | |
| enum | { kDefaultIID = IID_IQREMAILDATA } |
Public Types inherited from IQRCodeStringData | |
| enum | { kWebHyperlink = 0, kPlainText, kTextMessage, kEmail, kBusinessCard } |
Public Member Functions | |
| virtual void | SetAddress (const PMString &address)=0 |
| virtual PMString | GetAddress () const =0 |
| virtual void | SetSubject (const PMString &subject)=0 |
| virtual PMString | GetSubject () const =0 |
| virtual void | SetMessage (const PMString &message)=0 |
| virtual PMString | GetMessage () const =0 |
| virtual void | CopyFromEmail (const IQREmailData *source)=0 |
Public Member Functions inherited from IQRCodeStringData | |
| virtual PMString | GetEncodedString () const =0 |
| virtual PMString | GetToolTipString () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Additional Inherited Members | |
Public Attributes inherited from IQRCodeStringData | |
| enum IQRCodeStringData:: { ... } | QRCodeTypes |
Interface for Email type of QR code.
| pure virtual |
Copy the data for email type QR code data from source IQREmailData.
| source | IN The email type QR code data to copy. |
| pure virtual |
Get the email address of the recipient for the email type QR code.
| pure virtual |
Get the email message for the email type QR code.
| pure virtual |
Get the subject for the email type QR code.
| pure virtual |
Set the email address of the recipient for the email type QR code.
| address | IN The email address. |
| pure virtual |
Set the email message for the email type QR code.
| message | IN The email message. |
| pure virtual |
Set the subject for the email type QR code.
| subject | IN The subject for the email. |