The set of all possible named property names within a property set. The GUID that is part of each property's name is unique to each property set and guarantees that no property names from different name spaces can be the same.
A condition in which a form's storage object is available only for read access; write access is prohibited. A form is placed in the no-scribble state during a save operation to enable the operation to finish uninterrupted. See alsouninitialized state, normal state, hands-off state. For more information, see Form States.
non-IPM message
(non-interpersonal message) A message that is meant to be sent or received by an application rather than by a human user, such as a notification from a workgroup scheduling application or an IPC message. See also interpersonal message.
nondelivery report
(NDR) A report message sent to a message sender that indicates the message could not be delivered to a particular recipient. A nondelivery report can be generated by the MAPI spooler, a message transfer agent, or a transport provider. Many situations can cause nondelivery reports to be generated, such as an inaccurate recipient address, unavailable transport providers, or an inoperative network.
(NRN) A report message from a message store provider to a message sender that indicates the message was not read by a particular recipient, that is, the client application did not display the message contents to the recipient before the recipient deleted the message or before a specified expiration time.
nontransmittable property
A property that is not sent along with the message it is associated with. Nontransmittable properties are typically those that apply only in the sending environment, such as PR_DELETE_AFTER_SUBMIT, or only in the receiving environment, such as PR_HASATTACH. See alsotransmittable property.
normal state
A condition in which a form's storage object is available for both read and write access. A form is typically in the normal state unless a save or close operation is in process. See alsouninitialized state, no-scribble state, hands-off state. For more information, see Form States.
notification
A communication advising a MAPI object of the occurrence of an event in another MAPI object. The notification is asynchronous to the event, that is, it is communicated at an indeterminate time following the event, and the object generating the event does not wait for any response to the notification. The object receiving the notification is referred to as the advise sink. Advise sinks register for notification of specific events in an object, such as critical errors, by calling that object's Advise method. See also registration.