| Package | Description |
|---|---|
| org.exoplatform.outlook |
| Modifier and Type | Method and Description |
|---|---|
OutlookMessage |
OutlookService.buildMessage(String messageId,
OutlookUser user,
OutlookEmail from,
List<OutlookEmail> to,
Calendar created,
Calendar modified,
String title,
String subject,
String body)
Build Outlook message object.
|
OutlookMessage |
OutlookServiceImpl.buildMessage(String id,
OutlookUser user,
OutlookEmail from,
List<OutlookEmail> to,
Calendar created,
Calendar modified,
String title,
String subject,
String body)
Build Outlook message object.
|
OutlookMessage |
OutlookService.getMessage(OutlookUser user,
String messageId,
String messageToken)
Read Outlook message from server.
|
OutlookMessage |
OutlookServiceImpl.getMessage(OutlookUser user,
String messageId,
String messageToken)
Read Outlook message from server.
|
| Modifier and Type | Method and Description |
|---|---|
protected javax.jcr.Node |
OutlookServiceImpl.addMessageFile(javax.jcr.Node parent,
OutlookMessage message)
Adds the message file.
|
protected String |
OutlookServiceImpl.messageSummary(OutlookMessage message)
Generate message summary text.
|
org.exoplatform.social.core.activity.model.ExoSocialActivity |
OutlookServiceImpl.UserImpl.postActivity(OutlookMessage message)
Post activity.
|
org.exoplatform.social.core.activity.model.ExoSocialActivity |
OutlookServiceImpl.OutlookSpaceImpl.postActivity(OutlookMessage message)
Post activity.
|
abstract org.exoplatform.social.core.activity.model.ExoSocialActivity |
OutlookUser.postActivity(OutlookMessage message)
Post activity.
|
abstract org.exoplatform.social.core.activity.model.ExoSocialActivity |
OutlookSpace.postActivity(OutlookMessage message)
Post activity.
|
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.