Modifier and Type | Field and Description |
---|---|
protected AttachmentCollection |
Task.attachmentsfield
A collection of file attached to the task.
|
Modifier and Type | Method and Description |
---|---|
AttachmentCollection |
Appointment.getAttachments()
Gets the collection of attachments of appointment.
|
AttachmentCollection |
Contact.getAttachments()
Gets attachments collection
|
AttachmentCollection |
MailMessage.getAttachments()
Gets the collection of attachments of message
|
AttachmentCollection |
Task.getAttachments()
Gets or sets a collection of file attached to the task.
|
Modifier and Type | Method and Description |
---|---|
void |
Task.setAttachments(AttachmentCollection value)
Gets or sets a collection of file attached to the task.
|