ReplyAddresses Class
This structure contains the email address(es) of the recipient(s) of a message.
Inheritance Hierarchy
SystemObject
  Talisma.Server.CommonReplyAddresses

Namespace:  Talisma.Server.Common
 

Syntax
C#
[SerializableAttribute]
public class ReplyAddresses

The ReplyAddresses type exposes the following members.

Fields
NameDescription
Public fieldbcc
The e-mail address(es) of the person(s) to whom you want to send a blank carbon copy of the message.
Public fieldbccDLsExpanded
The expanded distribution lists of e-mail addresses to whom you want to send a blank carbon copy of the message.
Public fieldcc
The e-mail address(es) of the person(s) to whom you want to send a copy of the message.
Public fieldccDLsExpanded
The expanded distribution lists of e-mail addresses to whom you want to send a carbon copy of the message.
Public fieldto
The e-mail address(es) of the person(s) to whom you want to send the message.
Public fieldtoDLsExpanded
The expanded distribution lists of e-mail addresses to whom you want to send the message.
Top
See Also