Modifier and Type | Class and Description |
---|---|
class |
EmailAddress
Represents an email address
|
Modifier and Type | Field and Description |
---|---|
protected MailAddress |
Task.organizerfield
Task organizer
|
Modifier and Type | Method and Description |
---|---|
MailAddress |
MailAddress.get_Item(int i)
Gets the element at the specified index.
|
MailAddress |
FindMessageTrackingReportOptions.getFederatedDeliveryMailbox()
Gets or sets the mailbox to which a cross-premise message was sent.
|
MailAddress |
MailMessage.getFrom()
Gets or sets the from address
|
MailAddress |
MessageInfoBase.getFrom()
Gets the list of authors of this message.
|
MailAddress |
DomainValidatingEventArgs.getMailAddress()
Gets the mail address.
|
MailAddress |
Appointment.getOrganizer()
Gets or sets the organizer.
|
MailAddress |
Task.getOrganizer()
Gets or sets the organizer.
|
MailAddress |
FindMessageTrackingReportOptions.getRecipient()
Gets or sets the e-mail addresses of the people who are receiving the message.
|
MailAddress |
RecipientTrackingEvent.getRecipient()
Gets the recipient for whom the event occurred.
|
MailAddress |
MailTips.getRecipientAddress()
Gets the mailbox of the recipient.
|
MailAddress |
GetMessageTrackingReportOptions.getRecipientFilter()
Gets or sets a recipient address to use with the specified report.
|
MailAddress |
MailMessage.getReversePath()
Gets or sets ReversePath address
|
MailAddress |
FindMessageTrackingReportOptions.getSender()
Gets or sets the e-mail address of the person who is sending the message.
|
MailAddress |
MailMessage.getSender()
Gets or sets sender address
|
MailAddress |
MessageInfoBase.getSender()
Gets the sender of this message.
|
MailAddress |
MessageTrackingReport.getSender()
Gets the e-mail address for the sender of the message.
|
MailAddress |
MessageTrackingReportInfo.getSender()
Gets the e-mail address of the sender for the message that was found.
|
MailAddress |
ResponseMessageBuilder.getSender()
Gets or sets the addres from which the response message will be sent.
|
MailAddress |
GetMailTipsOptions.getSendingAs()
Gets or sets an e-mail address that a user is trying to send as.
|
static MailAddress |
MailAddress.to_MailAddress(MailAddressCollection addresses)
Performs an implicit conversion from
MailAddressCollection to MailAddress . |
static MailAddress |
MailAddress.to_MailAddress(String address)
Performs an implicit conversion from
String to MailAddress . |
MailAddress |
ExchangeDistributionList.toMailAddress()
Converts the value of the instance to MailAddress.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericCollection<MailAddress> |
IMessage.getBcc()
Gets BCC recipients
|
com.aspose.ms.System.Collections.Generic.IGenericCollection<MailAddress> |
MailMessage.getCc()
Gets CC recipients
|
com.aspose.ms.System.Collections.Generic.IGenericCollection<MailAddress> |
IMessage.getCC()
Gets CC recipients
|
com.aspose.ms.System.Collections.Generic.IGenericCollection<MailAddress> |
IMessage.getTo()
Gets recipients
|
Modifier and Type | Method and Description |
---|---|
void |
MailAddressCollection.addMailAddress(MailAddress address)
Add a
MailAddress to the collection. |
static InboxRule |
InboxRule.createRuleDeleteFrom(MailAddress from)
Creates inbox rule that deletes messages from specified senders
|
static InboxRule |
InboxRule.createRuleMoveFrom(MailAddress from,
String destinationFolderId)
Creates inbox rule that moves messages from specified senders into the specified folder
|
MailAddressCollection |
IEWSClient.expandDistributionList(MailAddress mailAddress)
Expands the public Distribution List members.
|
void |
MailAddressCollection.insertItem(int index,
MailAddress item)
Inserts an element into the
System.Collections.ObjectModel.Collection`1 at the specified index. |
void |
FindMessageTrackingReportOptions.setFederatedDeliveryMailbox(MailAddress value)
Gets or sets the mailbox to which a cross-premise message was sent.
|
void |
MailMessage.setFrom(MailAddress value)
Gets or sets the from address
|
protected void |
MailAddressCollection.setItem(int index,
MailAddress item)
Replaces the element at the specified index.
|
void |
Appointment.setOrganizer(MailAddress value)
Gets or sets the organizer.
|
void |
Task.setOrganizer(MailAddress value)
Gets or sets the organizer.
|
void |
FindMessageTrackingReportOptions.setRecipient(MailAddress value)
Gets or sets the e-mail addresses of the people who are receiving the message.
|
void |
GetMessageTrackingReportOptions.setRecipientFilter(MailAddress value)
Gets or sets a recipient address to use with the specified report.
|
void |
MailMessage.setReversePath(MailAddress value)
Gets or sets ReversePath address
|
void |
FindMessageTrackingReportOptions.setSender(MailAddress value)
Gets or sets the e-mail address of the person who is sending the message.
|
void |
MailMessage.setSender(MailAddress value)
Gets or sets sender address
|
void |
ResponseMessageBuilder.setSender(MailAddress value)
Gets or sets the addres from which the response message will be sent.
|
void |
GetMailTipsOptions.setSendingAs(MailAddress value)
Gets or sets an e-mail address that a user is trying to send as.
|
static MailAddressCollection |
MailAddressCollection.to_MailAddressCollection(MailAddress address)
Performs an implicit conversion from
MailAddress to MailAddressCollection . |
Modifier and Type | Method and Description |
---|---|
void |
MailAddressCollection.addRange(Iterable<MailAddress> addresses)
Adds addresses to collection
|
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. |
DomainValidatingEventArgs(String mail,
MailAddress mailaddress)
Initializes a new instance of the SyntaxValidatingEventArgs class.
|
GetMailTipsOptions(MailAddress sendingAs,
MailAddressCollection recipients,
int mailTipsRequested)
Initializes a new instance of the
GetMailTipsOptions class |
MailMessage(MailAddress from,
MailAddress to)
Initializes a new instance of the
MailMessage class |
MailServerValidatingEventArgs(String mail,
MailAddress mailaddress,
String[] mailExchangeList)
Initializes a new instance of the SyntaxValidatingEventArgs class.
|