EPNSMTPAUTHORSETTINGS

typedef struct tag_EPNSMTPAUTHORSETTINGS
{
   L_UINT uStructSize; 
   L_CHAR L_FAR * pszName; 
   L_CHAR L_FAR * pszOrganization; 
   L_CHAR L_FAR * pszEmailAddress; 
   L_CHAR L_FAR * pszReplyAddress; 
} EPNSMTPAUTHORSETTINGS, L_FAR * pEPNSMTPAUTHORSETTINGS;

The EPNSMTPAUTHORSETTINGS structure provides information about an SMTP e-mail sender.

Member

Description

uStructSize

Size of this structure in bytes, for versioning. Use the sizeof() macro to calculate this value.

pszName

Character string that contains the name of the sender.

pszOrganization

Character string that contains the name of the organization of the sender.

pszEmailAddress

Character string that contains the email address of the sender.

pszReplyAddress

Character string that contains the Reply to address.

Comments

This structure is used within EPNMAILCONFIGURATIONSETTINGS structure.