Class MessageContent
Contains the generated sample message content stored in a temporary file.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Services
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class MessageContent
Constructors
MessageContent()
Declaration
public MessageContent()
Properties
Content
Gets or sets the generated sample message content.
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
String |
FileId
Gets or sets the identifier of the temporary file storing generated message content.
Declaration
public int FileId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |