Class EmailAttachment

Definition

Namespace:
Tizen.Messaging.Email
Assembly:
Tizen.Messaging.dll
API Level:
3

Represents an email attachment.

C#
Copy
public class EmailAttachment
Inheritance
System.Object
EmailAttachment

Constructors

View Source

EmailAttachment()

The constructor.

Declaration
C#
Copy
public EmailAttachment()
API Level: 3

Properties

View Source

FilePath

The absolute full path of the file to be attached.

Declaration
C#
Copy
public string FilePath { get; set; }
Property Value
Type Description
System.String
API Level: 3