LotusScript to C API Programming Guide
rtLib Domino Rich Text Management template
Home

Anonymous

login


 

Hosted by Prominic.NET, Inc.

MAIL_ROUTING_ACTIONS

#include <mailserv.h>

Type of mail connection for next hop.

C definition

typedef enum {
  MAIL_ERROR,
  MAIL_TRANSFER,
  MAIL_DELIVER,
  MAIL_FORWARD
} MAIL_ROUTING_ACTIONS;

LotusScript

Definition(s)