Class ExchangeAttachmentInfo

ExchangeAttachmentInfo class

Represents an attachment information transmitted over exchange protocols

public sealed class ExchangeAttachmentInfo

Constructors

NameDescription
ExchangeAttachmentInfo()The default constructor.

Properties

NameDescription
AttachmentUri { get; }Gets an attachment uri
Name { get; }Gets an attachment name
Size { get; }Gets an attachment size (in bytes)

See Also