Click or drag to resize

MsgType Class

Represents MSG file content type, such as Contact, Post, StickyNote, Note.
Inheritance Hierarchy

Namespace:  Limilabs.Mail.MSG
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
[SerializableAttribute]
public class MsgType : BasicConstant

The MsgType type exposes the following members.

Properties
  NameDescription
Public propertyName
Gets the name of the constant.
(Inherited from BasicConstant.)
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from BasicConstant.)
Public methodEquals(BasicConstant)
Determines whether the specified BasicConstant object is equal to the current one. Names are compared case insensitive.
(Inherited from BasicConstant.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from BasicConstant.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the Name of this object.
(Inherited from BasicConstant.)
Top
Fields
  NameDescription
Public fieldStatic memberContact
Gets IPM.Contact message type.
Public fieldStatic memberDocument
Gets IPM.Document message type.
Public fieldStatic memberNote
Gets IPM.Note message type (email message).
Public fieldStatic memberNoteSMIME
Gets IPM.Note.SMIME message type (signed email message).
Public fieldStatic memberNoteSMIMEMultipartSigned
Gets IPM.Note.SMIME.MultipartSigned message type (signed email message).
Public fieldStatic memberPost
Gets IPM.Post message type.
Public fieldStatic memberRecallReport
Gets IPM.Recall.Report message type.
Public fieldStatic memberRecallReportFailure
Gets IPM.Recall.Report.Failure message type.
Public fieldStatic memberReportDelayedDR
Gets REPORT.IPM.Note.Delayed.DR message type (tentative meeting response).
Public fieldStatic memberReportDR
Gets REPORT.IPM.Note.DR message type (tentative meeting response).
Public fieldStatic memberReportNDR
Gets REPORT.IPM.Note.NDR message type (tentative meeting response).
Public fieldStatic memberScheduleMeetingCanceled
Gets IPM.Schedule.Meeting.Canceled message type (canceled meeting response).
Public fieldStatic memberScheduleMeetingNotification
Gets IPM.Schedule.Meeting.Notification message type (meeting notification).
Public fieldStatic memberScheduleMeetingNotificationForward
Gets IPM.Schedule.Meeting.Notification.Forward message type.
Public fieldStatic memberScheduleMeetingRequest
Gets IPM.Schedule.Meeting.Request message type (meeting request).
Public fieldStatic memberScheduleMeetingResponseNegative
Gets IPM.Schedule.Meeting.Resp.Neg message type (negative meeting response).
Public fieldStatic memberScheduleMeetingResponsePositive
Gets IPM.Schedule.Meeting.Resp.Pos message type (positive meeting response).
Public fieldStatic memberScheduleMeetingResponseTentative
Gets IPM.Schedule.Meeting.Resp.Tent message type (tentative meeting response).
Public fieldStatic memberSharing
Gets IPM.Sharing message type.
Public fieldStatic memberStickyNote
Gets IPM.StickyNote message type.
Public fieldStatic memberTask
Gets IPM.Task message type.
Top
See Also