
C# | Visual Basic | Visual C++ |
public class Message
Public Class Message
public ref class Message

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | Message()()() | |
![]() | Attachments |
A list of attachments for this message.
|
![]() | Body |
Message body
|
![]() | ClientType | |
![]() | CreatedAt |
The time and date this resource was created. This would indicate when a
user joined the network or when a message was posted.
|
![]() | DirectToId |
(Optional) When a message is a private 1-to-1 (or "direct") message, this will
indicate the intended recipient.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GroupId |
(Optional) When a message is posted into a group, that group's ID will appear here
and the group will be available in the references section.
|
![]() | Id |
The ID number for this object. Note that IDs are not unique across all object types:
there may be a user and tag with the same numerical ID.
|
![]() | MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MessageType |
This will be system or update. A system message is automatically generated by the
system and describes an action, such as "Kris Gale has joined the Geni network."
An update message is a regular message posted by a user such as "Kris Gale: Hi everyone."
Put simply, this indicates whether a colon will separate the body of the message
from the sender's name in the web interface.
|
![]() | Participants | |
![]() | References | |
![]() | RepliedToId |
The ID of the message this message is in reply to, if applicable.
|
![]() | SenderId |
The ID of the message's sender.
|
![]() | SenderType |
The sender's object type: user or guide. The guide is virtual user that exists
in the system to send messages such as the tips and initial welcome message.
|
![]() | ThreadId |
The thread in which this message appears.
|
![]() | ToString()()() | (Inherited from Object.) |
![]() | Url |
The API resource for fetching this object.
|
![]() | WebUrl |
The URL for viewing this object on the main Yammer website.
|

Object | |
![]() | Message |