Package | Description |
---|---|
davmail.exchange |
Modifier and Type | Method and Description |
---|---|
protected VProperty |
VCalendar.getFirstVeventProperty(String name) |
VProperty |
VObject.getProperty(String name)
Get vProperty by name.
|
Modifier and Type | Method and Description |
---|---|
List<VProperty> |
VCalendar.getFirstVeventProperties(String name)
Get properties by name from first VEVENT.
|
List<VProperty> |
VObject.getProperties()
Get VObject properties
|
List<VProperty> |
VObject.getProperties(String name)
Get multivalued vProperty by name.
|
Modifier and Type | Method and Description |
---|---|
void |
VCalendar.addFirstVeventProperty(VProperty vProperty)
Add property on first VEVENT.
|
void |
VObject.addProperty(VProperty property)
Add vProperty.
|
String |
VCalendar.getEmailValue(VProperty property)
Get email from property value.
|
void |
VObject.removeProperty(VProperty property)
Remove vProperty object from vObject.
|
protected void |
VCalendar.setClientAllday(VProperty property) |
protected void |
VCalendar.setServerAllday(VProperty property) |
Constructor and Description |
---|
VObject(VProperty beginProperty,
BufferedReader reader)
Create VObject with given type
|
Copyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.