Yammer.Net Documented Class Library
GetMessagesSentBy Method (id, session)
NamespacesYammerApiWrapperGetMessagesSentBy(Int32, Session)
Messages sent by the user with the given ID. Corresponds to the messages on a user profile page on the website.
Declaration Syntax
C#Visual BasicVisual C++
public static List<Message> GetMessagesSentBy(
	int id,
	Session session
)
Public Shared Function GetMessagesSentBy ( _
	id As Integer, _
	session As Session _
) As List(Of Message)
public:
static List<Message^>^ GetMessagesSentBy(
	int id, 
	Session^ session
)
Parameters
id (Int32)
session (Session)
Return Value

Assembly: Yammer (Module: Yammer) Version: 1.0.0.0 (1.0.0.0)