Struct WorldMailData
  
  
  
  
  
  Assembly: SociallyDistant.Framework.dll
  Syntax
  
    public struct WorldMailData : IWorldData, ISerializable<WorldRevision, IWorldSerializer>, INarrativeObject, IDataWithId
   
  Constructors
  
  WorldMailData()
  
  
  Declaration
  
  Properties
  
  Document
  
  
  Declaration
  
    public IReadOnlyList<DocumentElement> Document { get; set; }
   
  Property Value
  
  
  From
  
  
  Declaration
  
    public ObjectId From { get; set; }
   
  Property Value
  
  
  InstanceId
  
  
  Declaration
  
    public ObjectId InstanceId { get; set; }
   
  Property Value
  
  
  NarrativeId
  
  
  Declaration
  
    public string? NarrativeId { get; set; }
   
  Property Value
  
  
  Subject
  
  
  Declaration
  
    public string? Subject { get; set; }
   
  Property Value
  
  
  ThreadId
  
  
  Declaration
  
    public ObjectId ThreadId { get; set; }
   
  Property Value
  
  
  To
  
  
  Declaration
  
    public ObjectId To { get; set; }
   
  Property Value
  
  
  TypeFlags
  
  
  Declaration
  
    public MailTypeFlags TypeFlags { get; set; }
   
  Property Value
  
  Methods
  
  Serialize(IWorldSerializer)
  
  
  Declaration
  
    public void Serialize(IWorldSerializer serializer)
   
  Parameters
  
  Implements