Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
These flags define the ulEventType member of the NOTIFICATIONstructure, which contains information about an event that has occurred and the data that has been effected by the event.
Flag | Value | Description |
---|---|---|
fnevCriticalError |
0x00000001 |
A global error has occurred, such as a session shut down in progress. The infomember contains an ERROR_NOTIFICATIONstructure. |
fnevExtended |
0x80000000 |
An internal event defined by a particular service provider has occurred. The infomember contains an EXTENDED_NOTIFICATIONstructure. |
fnevNewMail |
0x00000002 |
A message has been delivered to the appropriate receive folder for the message class and is waiting to be processed. The infomember contains a NEWMAIL_NOTIFICATIONstructure. |
fnevObjectCopied |
0x00000040 |
A MAPI object has been copied. The infomember contains an OBJECT_NOTIFICATIONstructure. |
fnevObjectCreated |
0x00000004 |
A MAPI object has been created. The infomember contains an OBJECT_NOTIFICATIONstructure. |
fnevObjectDeleted |
0x00000008 |
A MAPI object has been deleted. The infomember contains an OBJECT_NOTIFICATIONstructure. |
fnevObjectModified |
0x00000010 |
A MAPI object has changed. The infomember contains an OBJECT_NOTIFICATIONstructure. |
fnevObjectMoved |
0x00000020 |
A message store or address book object has been moved. The infomember contains an OBJECT_NOTIFICATIONstructure. |
fnevSearchComplete |
0x00000080 |
A search operation has finished, and the results are available. The infomember contains an OBJECT_NOTIFICATIONstructure. |
fnevTableModified |
0x00000100 |
Information in a table has changed. The infomember contains a TABLE_NOTIFICATIONstructure. |