Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.mail.infos
Class XMailInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.object.infos.XObjectInfo
          extended by waggle.common.modules.tag.infos.XTagableInfo
              extended by waggle.common.modules.artifact.infos.XArtifactInfo
                  extended by waggle.common.modules.document.infos.XContentInfo
                      extended by waggle.common.modules.document.infos.XDocumentInfo
                          extended by waggle.common.modules.mail.infos.XMailInfo


public class XMailInfo
extends XDocumentInfo

Mail Information DTO. Used for Mail Documents.


Field Summary
 Collection<String> BCCRecipientAddresses
          The set of BCC addresses.
 Collection<String> CCRecipientAddresses
          The set of CC addresses.
 Collection<String> FromAddresses
          The set of FROM addresses.
 Collection<String> ReplyToAddresses
          The set of Reply To addresses.
 Date SentDate
          The date that this mail was sent.
 String Subject
          The subject.
 Collection<String> TORecipientAddresses
          The set of TO addresses.

 

Fields inherited from class waggle.common.modules.document.infos.XDocumentInfo
AttachmentDocumentInfos, HeadVersionInfo, LockedByUserID, LockedUntil, RenditionsSupported, RepositoryData, RepositoryID

 

Fields inherited from class waggle.common.modules.document.infos.XContentInfo
ContentLength, ContentMimeType, ContentURL

 

Fields inherited from class waggle.common.modules.artifact.infos.XArtifactInfo
AnnotatedByChatIDs, AssociatedWithChatID, fLockStatus, GroupID, State

 

Fields inherited from class waggle.common.modules.tag.infos.XTagableInfo
TagInfos

 

Fields inherited from class waggle.common.modules.object.infos.XObjectInfo
ConversationID, CreatedByScaledPictureID, CreatedByUserID, CreatedByUserName, CreatedOnBehalfOfUserID, CreatedOnBehalfOfUserName, CreatedTimestamp, ID, Latitude, Longitude, ModifiedByScaledPictureID, ModifiedByUserID, ModifiedByUserName, ModifiedOnBehalfOfUserID, ModifiedOnBehalfOfUserName, ModifiedTimestamp, Name, ObjectType, ParentID, Removed, RemovedByUserID, RemovedTimestamp, TrackID

 

Constructor Summary
XMailInfo()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

Subject

public String Subject
The subject.

FromAddresses

public Collection<String> FromAddresses
The set of FROM addresses.

ReplyToAddresses

public Collection<String> ReplyToAddresses
The set of Reply To addresses.

TORecipientAddresses

public Collection<String> TORecipientAddresses
The set of TO addresses.

CCRecipientAddresses

public Collection<String> CCRecipientAddresses
The set of CC addresses.

BCCRecipientAddresses

public Collection<String> BCCRecipientAddresses
The set of BCC addresses.

SentDate

public Date SentDate
The date that this mail was sent.

Constructor Detail

XMailInfo

public XMailInfo()

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.