C# Class OpenMetaverse.Messages.Linden.SendPostcardMessage

Inheritance: IMessage
Show file Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
FromEmail string
FromName string
GlobalPosition System.Vector3
Message string
Subject string
ToEmail string

Public Methods

Method Description
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Method Details

Deserialize() public method

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
return void

Serialize() public method

Serialize the object
public Serialize ( ) : OSDMap
return OSDMap

Property Details

FromEmail public property

public string FromEmail
return string

FromName public property

public string FromName
return string

GlobalPosition public property

public Vector3,System GlobalPosition
return System.Vector3

Message public property

public string Message
return string

Subject public property

public string Subject
return string

ToEmail public property

public string ToEmail
return string