Gets the InboxThread in this user's inbox.
Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)
Syntax
| C# |
|---|
public FacebookObjectCollection<InboxThread> InboxThreads { get; } |
| Visual Basic |
|---|
Public ReadOnly Property InboxThreads As FacebookObjectCollection(Of InboxThread) Get |
| Visual C++ |
|---|
public: property FacebookObjectCollection<InboxThread^>^ InboxThreads { FacebookObjectCollection<InboxThread^>^ get (); } |
Remarks
original: the 'inbox' connection is an array of thread objects
.NET Framework Security
| Permission | Description |
|---|---|
| read_mailbox. |