Modifier and Type | Method and Description |
---|---|
MapiElectronicAddress |
MapiTaskUsers.getAssigner()
Specifies the group of properties that
defines the display name and e-mail address of user who created task.
|
MapiElectronicAddress |
OlmMessageInfo.getFrom()
Gets the from address.
|
MapiElectronicAddress |
MapiCalendar.getOrganizer()
Gets or sets the organizer.
|
static MapiElectronicAddress |
MapiElectronicAddress.to_MapiElectronicAddress(String emailAddress)
Performs an implicit conversion from
String to MapiElectronicAddress . |
Modifier and Type | Method and Description |
---|---|
List<MapiElectronicAddress> |
OlmMessageInfo.getTo()
Gets the address collection that contains
the recipients of message.
|
Modifier and Type | Method and Description |
---|---|
void |
MapiTaskUsers.setAssigner(MapiElectronicAddress value)
Specifies the group of properties that
defines the display name and e-mail address of user who created task.
|
void |
MapiCalendar.setOrganizer(MapiElectronicAddress value)
Gets or sets the organizer.
|
Constructor and Description |
---|
MapiCalendar(String location,
String summary,
String description,
Date startDate,
Date endDate,
MapiElectronicAddress organizer,
MapiRecipientCollection attendees)
Initializes a new instance of the
MapiCalendar class. |