| C# | Visual Basic | Visual C++ |
public class Attachment
Public Class Attachment
public ref class Attachment
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| Attachment()()() | ||
| AttachmentType | ||
| binaryStream |
The stream of the file to be sent.
| |
| EncodedString | ||
| endPos |
The ending position in the stream.
| |
| Equals(Object) | (Inherited from Object.) | |
| File |
File attachment
| |
| filename |
The filename of the filepart to be uploaded.
| |
| filePath | ||
| 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.) | |
| Id |
Numerical idenifier for this attachment.
| |
| Image |
Image attachment
| |
| Length |
Gets the length of the data to be sent.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Name |
Short text identifier which may not be unique.
| |
| startPos |
The starting position in the stream.
| |
| ToString()()() | (Inherited from Object.) | |
| totalFileLength |
The total file length.
| |
| Type |
Indicates the type of attachment. Current options: image and file
| |
| WebUrl |
Where the attachment can be viewed on the Yammer website
|
| Object | |
| Attachment | |