| ReplyAddresses Class |
This structure contains the email address(es) of the recipient(s) of a message.
SystemObject
Talisma.Server.CommonReplyAddresses
Namespace: Talisma.Server.CommonTalisma.Server.CommonReplyAddresses
C#
[SerializableAttribute] public class ReplyAddresses
The ReplyAddresses type exposes the following members.
| Name | Description | |
|---|---|---|
| bcc |
The e-mail address(es) of the person(s) to whom you want to send a blank carbon copy of the message.
| |
| bccDLsExpanded |
The expanded distribution lists of e-mail addresses to whom you want to send a blank carbon copy of the message.
| |
| cc |
The e-mail address(es) of the person(s) to whom you want to send a copy of the message.
| |
| ccDLsExpanded |
The expanded distribution lists of e-mail addresses to whom you want to send a carbon copy of the message.
| |
| to |
The e-mail address(es) of the person(s) to whom you want to send the message.
| |
| toDLsExpanded |
The expanded distribution lists of e-mail addresses to whom you want to send the message.
|