Share via


DSNRET enumeration

[DSNRET is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]

Controls what is returned with a Delivery Status Notification (DSN).

Syntax

typedef enum tagDSNRET { 
  DSNRET_DEFAULT  = 0,
  DSNRET_HDRS     = 1,
  DSNRET_FULL     = 2
} ACCESSTYPE;

Constants

DSNRET_DEFAULT

Indicates that the transport should be the default value established by the SMTP server.

DSNRET_HDRS

Indicates that only the headers should be returned for a message that has failed to reach its destination.

DSNRET_FULL

Indicates that the full message (header and body) should be returned for a message that has failed to reach its destination.

Remarks

The value is passed to the RET parameter of the MAIL command.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Product
Outlook Express 6.0
Header
Imnxport.h
IDL
Imnxport.idl