Modifier and Type | Method and Description |
---|---|
MailAddress |
MailAddress.get_Item(int i) |
MailAddress |
MailMessage.getFrom()
Gets or sets the from address
|
MailAddress |
Calendar.getOrganizer()
Deprecated.
Gets or sets the organizer.
|
MailAddress |
Appointment.getOrganizer()
Gets or sets the organizer.
|
MailAddress |
MailMessage.getReplyTo()
Deprecated.
|
MailAddress |
MailMessage.getReversePath()
Gets or sets ReversePath address
|
MailAddress |
MailMessage.getSender()
Gets or sets sender address
|
static MailAddress |
MailAddress.toMailAddress(MailAddressCollection addresses) |
static MailAddress |
MailAddress.toMailAddress(String address) |
Modifier and Type | Method and Description |
---|---|
void |
MailAddress.add(MailAddress address)
Deprecated.
|
void |
MailAddressCollection.addMailAddress(MailAddress address) |
void |
MailMessage.setFrom(MailAddress value) |
void |
Calendar.setOrganizer(MailAddress value)
Deprecated.
|
void |
Appointment.setOrganizer(MailAddress value) |
void |
MailMessage.setReplyTo(MailAddress value)
Deprecated.
|
void |
MailMessage.setReversePath(MailAddress value) |
void |
MailMessage.setSender(MailAddress value) |
static MailAddressCollection |
MailAddressCollection.toMailAddressCollection(MailAddress address) |
Constructor and Description |
---|
Appointment(String location,
Date startDate,
Date endDate,
MailAddress organizer,
MailAddressCollection attendees) |
Appointment(String location,
String summary,
String description,
Date startDate,
Date endDate,
MailAddress organizer,
MailAddressCollection attendees) |
Appointment(String location,
String summary,
String description,
Date startDate,
Date endDate,
MailAddress organizer,
MailAddressCollection attendees,
CalendarRecurrencePattern recurrencePattern) |
Appointment(String location,
String summary,
String description,
Date startDate,
Date endDate,
MailAddress organizer,
MailAddressCollection attendees,
String uid) |
Appointment(String location,
String summary,
String description,
Date startDate,
Date endDate,
MailAddress organizer,
MailAddressCollection attendees,
String uid,
CalendarRecurrencePattern recurrencePattern) |
Calendar(String location,
Date startDate,
Date endDate,
MailAddress organizer,
MailAddressCollection attendees)
Deprecated.
|
Calendar(String location,
String summary,
String description,
Date startDate,
Date endDate,
MailAddress organizer,
MailAddressCollection attendees)
Deprecated.
|
Calendar(String location,
String summary,
String description,
Date startDate,
Date endDate,
MailAddress organizer,
MailAddressCollection attendees,
CalendarRecurrencePattern recurrencePattern)
Deprecated.
|
MailMessage(MailAddress from,
MailAddress to)
Initializes a new instance of the
MailMessage class
|
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.