public class ReminderAttendee extends Object
Defines an "Attendee" within a alarm.
| Constructor and Description |
|---|
ReminderAttendee(String address)
Initialize a new instance of
ReminderAttendee class. |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Contains the email address.
|
void |
setAddress(String value)
Contains the email address.
|
public ReminderAttendee(String address)
Initialize a new instance of ReminderAttendee class.
address - Email address.Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.