Class EmailAttachment

    Definition

    Namespace:
    Tizen.Messaging.Email
    Assembly:
    Tizen.Messaging.dll

    Represents an email attachment.

    public class EmailAttachment
    Inheritance
    object
    EmailAttachment

    Constructors

    View Source

    EmailAttachment()

    The constructor.

    Declaration
    public EmailAttachment()

    Properties

    View Source

    FilePath

    The absolute full path of the file to be attached.

    Declaration
    public string FilePath { get; set; }
    Property Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX