Home | History | Annotate | Download | only in provider

Lines Matching refs:attachments

687          * Also, attachments when we get there...
1635 // The (internal) contentId of the attachment (inline attachments will have these)
1728 * Restore all the Attachments of a message given its messageId
1737 Attachment[] attachments = new Attachment[count];
1740 attachments[i] = new Attachment().restore(c);
1742 return attachments;