Show / Hide Table of Contents

    Class MessageContent

    Contains the generated sample message content stored in a temporary file.

    Inheritance
    System.Object
    MessageContent
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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
    System.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
    System.Int32
    Back to top Nevatech Sentinet 6.6 Online Documentation