Class MessagesAttachment
Definition
- Assembly:
- Tizen.Messaging.dll
This class is used to manage the information of the message attachment.
public class MessagesAttachment
- Inheritance
-
objectMessagesAttachment
Constructors
View SourceMessagesAttachment(MediaType, string)
Creates an attachment.
Declaration
public MessagesAttachment(MediaType type, string filePath)
Parameters
Type | Name | Description |
---|---|---|
MediaType | type | The attachment's type. |
string | filePath | The file path to attach. |
Properties
View SourceFilePath
The file path of the attachment.
Declaration
public string FilePath { get; }
Property Value
Type | Description |
---|---|
string |
Type
The media type of the attachment.
Declaration
public MediaType Type { get; }
Property Value
Type | Description |
---|---|
MediaType |