| VT_BSTR | Name | Read | property Name |
| ePQ_NOTIFY_TYPE | TypeFilter | Read Write | property TypeFilter |
| ePQ_NOTIFY_PRIORITY | PriorityFilter | Read Write | property PriorityFilter |
| VT_BSTR | Address | Read Write | property Address - the email address to send notifications to. |
| VT_BSTR | SMTPServer | Read Write | property SMTPServer |
| VT_UINT | ServerPort | Read Write | property ServerPort - default is 25 |
| VT_BSTR | AddressFrom | Read Write | property AddressFrom - the email address to send notifications from. |
| VT_BOOL | Anonymous | Read Write | property Anonymous - whether to connect to the SMTP server anonymously. |
| ePQ_NOTIFY_SMTP_AUTHENTICATION | Authentication | Read Write | property Authentication - authentication mechanism used by SMTP server. |
| VT_BSTR | User | Read Write | property User - the user used for authentication to SMTP server. |
| VT_BSTR | Password | Write | property Password - the password used for authentication to SMTP server. |
| VT_BSTR | EncryptedPassword | Read Write | property EncryptedPassword |
| VT_BSTR | HexEncryptedPassword | Read Write | A hex string representation of the encrypted password |