Show / Hide Table of Contents

    Class MessageContent

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

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