Search Results for

    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()
    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
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation