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
[DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
public sealed class MessageContent
Constructors
MessageContent()
Declaration
public MessageContent()
Properties
Content
Gets or sets the generated sample message content.
Declaration
[DataMember]
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
[DataMember]
public int FileId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |