Class EmailAttachment

    Definition

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

    Represents an email attachment.

    [Obsolete("Deprecated since API11. Might be removed in API13")]
    public class EmailAttachment
    Inheritance
    object
    EmailAttachment

    Constructors

    View Source

    EmailAttachment()

    The constructor.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13")]
    public EmailAttachment()

    Properties

    View Source

    FilePath

    The absolute full path of the file to be attached.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13")]
    public string FilePath { get; set; }
    Property Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX