Modifier and Type | Field and Description |
---|---|
protected MailAddressCollection |
Task.attendeesfield
Task attendees
|
Modifier and Type | Method and Description |
---|---|
MailAddressCollection |
MailAddressCollection.copy()
Copies this instance.
|
MailAddressCollection |
IEWSClient.expandDistributionList(MailAddress mailAddress)
Expands the public Distribution List members.
|
MailAddressCollection |
IEWSClient.fetchDistributionList(ExchangeDistributionList distributionList)
Fetches the private Distribution List members.
|
MailAddressCollection |
Appointment.getAttendees()
Gets or sets the attendees.
|
MailAddressCollection |
Task.getAttendees()
Gets or sets the attendees.
|
MailAddressCollection |
MailMessage.getBcc()
Gets or sets the address collection
that contains the BCC recipients of message
|
MailAddressCollection |
MessageInfoBase.getBcc()
Gets blind carbon copy of the E-Mail message.
|
MailAddressCollection |
ImapMessageInfo.getBCC()
Deprecated.
This property is obsolete and will be removed soon, please use 'MessageInfo.Bcc' instead.
|
MailAddressCollection |
MailMessage.getCC()
Gets or sets the address collection
that contains the CC recipients
|
MailAddressCollection |
MessageInfoBase.getCC()
Gets CC of the E-Mail message.
|
MailAddressCollection |
RuleActions.getForwardAsAttachmentToRecipients()
Gets or sets the e-mail addresses to which messages are to be forwarded as attachments.
|
MailAddressCollection |
RuleActions.getForwardToRecipients()
Gets or sets the e-mail addresses to which messages are to be forwarded.
|
MailAddressCollection |
RulePredicates.getFromAddresses()
Gets or sets the e-mail addresses of the senders of incoming messages in order for the condition or exception to apply.
|
MailAddressCollection |
Appointment.getOptionalAttendees()
Gets the optional attendees.
|
MailAddressCollection |
MessageTrackingReport.getOriginalRecipients()
Gets the e-mail addresses of the message recipients.
|
MailAddressCollection |
MailMessage.getReadReceiptTo()
Gets or sets the read receipt address.
|
MailAddressCollection |
GetMailTipsOptions.getRecipients()
Gets or sets a list of recipients to check for mail tips.
|
MailAddressCollection |
MessageTrackingReportInfo.getRecipients()
Gets the e-mail addresses of the recipients for the message that was found.
|
MailAddressCollection |
RuleActions.getRedirectToRecipients()
Gets or sets the e-mail addresses to which messages are to be redirected.
|
MailAddressCollection |
MessageInfoBase.getReplyTo()
Gets the list of addresses that should receive replies to this message.
|
MailAddressCollection |
MailMessage.getReplyToList()
Gets or sets the list of addresses
to reply to for the mail message
|
MailAddressCollection |
RuleActions.getSendSMSAlertToRecipients()
Gets or sets the mobile phone numbers to which a Short Message Service (SMS) alert is to be sent.
|
MailAddressCollection |
RulePredicates.getSentToAddresses()
Gets or sets the e-mail addresses that incoming messages have to have been sent to in order for the condition or exception to apply.
|
MailAddressCollection |
MailMessage.getTo()
Gets or sets the address collection that contains
the recipients of message
|
MailAddressCollection |
MessageInfoBase.getTo()
Gets the receiptants of the E-Mail message.
|
static MailAddressCollection |
MailAddressCollection.to_MailAddressCollection(MailAddress address)
Performs an implicit conversion from
MailAddress to MailAddressCollection . |
static MailAddressCollection |
MailAddressCollection.to_MailAddressCollection(String addresses)
Performs an implicit conversion from
String to MailAddressCollection . |
Modifier and Type | Method and Description |
---|---|
void |
MailAddressCollection.addRange(MailAddressCollection addresses)
Adds addresses to collection
|
void |
IEWSClient.addToDistributionList(ExchangeDistributionList distributionList,
MailAddressCollection members)
Appends the members to Distribution List.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(IConnection connection,
String sender,
MailAddressCollection recipients,
MailMessage message)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(IConnection connection,
String sender,
MailAddressCollection recipients,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(IConnection connection,
String sender,
MailAddressCollection recipients,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(String sender,
MailAddressCollection recipients,
MailMessage message)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(String sender,
MailAddressCollection recipients,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(String sender,
MailAddressCollection recipients,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins forward email asynchronously.
|
String |
IEWSClient.createDistributionList(ExchangeDistributionList distributionList,
MailAddressCollection members)
Creates the private Distribution List.
|
void |
IEWSClient.deleteFromDistributionList(ExchangeDistributionList distributionList,
MailAddressCollection members)
Deletes the members from Distribution List.
|
void |
SmtpClient.forward(IConnection connection,
String sender,
MailAddressCollection recipients,
InputStream messageStream)
Forwards specified message to recipient
|
void |
SmtpClient.forward(IConnection connection,
String sender,
MailAddressCollection recipients,
MailMessage message)
Forwards specified message to recipient
|
void |
SmtpClient.forward(String sender,
MailAddressCollection recipients,
InputStream messageStream)
Forwards specified message to recipient
|
void |
SmtpClient.forward(String sender,
MailAddressCollection recipients,
MailMessage message)
Forwards specified message to recipient
|
void |
Appointment.setAttendees(MailAddressCollection value)
Gets or sets the attendees.
|
void |
Task.setAttendees(MailAddressCollection value)
Gets or sets the attendees.
|
void |
MailMessage.setBcc(MailAddressCollection value)
Gets or sets the address collection
that contains the BCC recipients of message
|
void |
MailMessage.setCC(MailAddressCollection value)
Gets or sets the address collection
that contains the CC recipients
|
void |
RuleActions.setForwardAsAttachmentToRecipients(MailAddressCollection value)
Gets or sets the e-mail addresses to which messages are to be forwarded as attachments.
|
void |
RuleActions.setForwardToRecipients(MailAddressCollection value)
Gets or sets the e-mail addresses to which messages are to be forwarded.
|
void |
RulePredicates.setFromAddresses(MailAddressCollection value)
Gets or sets the e-mail addresses of the senders of incoming messages in order for the condition or exception to apply.
|
void |
MailMessage.setReadReceiptTo(MailAddressCollection value)
Gets or sets the read receipt address.
|
void |
GetMailTipsOptions.setRecipients(MailAddressCollection value)
Gets or sets a list of recipients to check for mail tips.
|
void |
RuleActions.setRedirectToRecipients(MailAddressCollection value)
Gets or sets the e-mail addresses to which messages are to be redirected.
|
void |
MailMessage.setReplyToList(MailAddressCollection value)
Gets or sets the list of addresses
to reply to for the mail message
|
void |
RuleActions.setSendSMSAlertToRecipients(MailAddressCollection value)
Gets or sets the mobile phone numbers to which a Short Message Service (SMS) alert is to be sent.
|
void |
RulePredicates.setSentToAddresses(MailAddressCollection value)
Gets or sets the e-mail addresses that incoming messages have to have been sent to in order for the condition or exception to apply.
|
void |
MailMessage.setTo(MailAddressCollection value)
Gets or sets the address collection that contains
the recipients of message
|
static MailAddress |
MailAddress.to_MailAddress(MailAddressCollection addresses)
Performs an implicit conversion from
MailAddressCollection to MailAddress . |
Constructor and Description |
---|
Appointment(String location,
Date startDate,
Date endDate,
MailAddress organizer,
MailAddressCollection attendees)
Initialize a new instance of the
Appointment class. |
Appointment(String location,
String summary,
String description,
Date startDate,
Date endDate,
MailAddress organizer,
MailAddressCollection attendees)
Initialize a new instance of the
Appointment class. |
Appointment(String location,
String summary,
String description,
Date startDate,
Date endDate,
MailAddress organizer,
MailAddressCollection attendees,
RecurrencePattern recurrencePattern)
Initialize a new instance of the
Appointment class. |
Appointment(String location,
String summary,
String description,
Date startDate,
Date endDate,
MailAddress organizer,
MailAddressCollection attendees,
String uid)
Initialize a new instance of the
Appointment class. |
Appointment(String location,
String summary,
String description,
Date startDate,
Date endDate,
MailAddress organizer,
MailAddressCollection attendees,
String uid,
RecurrencePattern recurrencePattern)
Initialize a new instance of the
Appointment class. |
GetMailTipsOptions(MailAddress sendingAs,
MailAddressCollection recipients,
int mailTipsRequested)
Initializes a new instance of the
GetMailTipsOptions class |