PersonalStorageItemInfo

PersonalStorageItemInfo class

Personal Storage Item info

public sealed class PersonalStorageItemInfo : ValueObject

Properties

Name Description
AttachmentsCount { get; } Item Attachments Count
Bcc { get; } Item Bcc
Cc { get; } Item Cc
From { get; } Item From
Sent { get; } Item Sent DateTime
Size { get; } Item Size
Subject { get; } Item Subject
Title { get; } Item Title
To { get; } Item To

Methods

Name Description
override Equals(object) Determines whether two object instances are equal.
virtual Equals(ValueObject) Determines whether two object instances are equal.
override GetHashCode() Serves as the default hash function.

See Also