Click or drag to resize

SystemMessage Class

The System.Message properties namespace.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsPropertySystemSystemMessage

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static class Message

The SystemMessage type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAttachmentContents
The System.Message.AttachmentContents property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Message_AttachmentContents. Display name Attachment.
Public propertyStatic memberAttachmentNames
The System.Message.AttachmentNames property key. PropVariant type: VT_LPWSTR, VT_VECTOR. .NET type: System.String[]. Shell name PKEY_Message_AttachmentNames. Display name Attachments.
Public propertyStatic memberBccAddress
The System.Message.BccAddress property key. PropVariant type: VT_LPWSTR, VT_VECTOR. .NET type: System.String[]. Shell name PKEY_Message_BccAddress. Display name Bcc addresses.
Public propertyStatic memberBccName
The System.Message.BccName property key. PropVariant type: VT_LPWSTR, VT_VECTOR. .NET type: System.String[]. Shell name PKEY_Message_BccName. Display name Bcc.
Public propertyStatic memberCcAddress
The System.Message.CcAddress property key. PropVariant type: VT_LPWSTR, VT_VECTOR. .NET type: System.String[]. Shell name PKEY_Message_CcAddress. Display name Cc addresses.
Public propertyStatic memberCcName
The System.Message.CcName property key. PropVariant type: VT_LPWSTR, VT_VECTOR. .NET type: System.String[]. Shell name PKEY_Message_CcName. Display name Cc.
Public propertyStatic memberConversationID
The System.Message.ConversationID property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Message_ConversationID. Display name Conversation ID.
Public propertyStatic memberConversationIndex
The System.Message.ConversationIndex property key. PropVariant type: VT_UI1, VT_VECTOR. .NET type: System.Byte[]. Shell name PKEY_Message_ConversationIndex.
Public propertyStatic memberDateReceived
The System.Message.DateReceived property key. PropVariant type: VT_FILETIME. .NET type: System.Runtime.InteropServices.ComTypes.FILETIME. Shell name PKEY_Message_DateReceived. Display name Date received.
Public propertyStatic memberDateSent
The System.Message.DateSent property key. PropVariant type: VT_FILETIME. .NET type: System.Runtime.InteropServices.ComTypes.FILETIME. Shell name PKEY_Message_DateSent. Display name Date sent.
Public propertyStatic memberFlags
The System.Message.Flags property key. PropVariant type: VT_I4. .NET type: System.Int32. Shell name PKEY_Message_Flags.
Public propertyStatic memberFromAddress
The System.Message.FromAddress property key. PropVariant type: VT_LPWSTR, VT_VECTOR. .NET type: System.String[]. Shell name PKEY_Message_FromAddress. Display name From addresses.
Public propertyStatic memberFromName
The System.Message.FromName property key. PropVariant type: VT_LPWSTR, VT_VECTOR. .NET type: System.String[]. Shell name PKEY_Message_FromName. Display name From.
Public propertyStatic memberHasAttachments
The System.Message.HasAttachments property key. PropVariant type: VT_BOOL. .NET type: System.Boolean. Shell name PKEY_Message_HasAttachments. Display name Has attachments.
Public propertyStatic memberIsFwdOrReply
The System.Message.IsFwdOrReply property key. PropVariant type: VT_I4. .NET type: System.Int32. Shell name PKEY_Message_IsFwdOrReply.
Public propertyStatic memberMessageClass
The System.Message.MessageClass property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Message_MessageClass.
Public propertyStatic memberParticipants
The System.Message.Participants property key. PropVariant type: VT_LPWSTR, VT_VECTOR. .NET type: System.String[]. Shell name PKEY_Message_Participants.
Public propertyStatic memberProofInProgress
The System.Message.ProofInProgress property key. PropVariant type: VT_BOOL. .NET type: System.Boolean. Shell name PKEY_Message_ProofInProgress.
Public propertyStatic memberReceived
The System.Message.Received property key. PropVariant type: VT_FILETIME. .NET type: System.Runtime.InteropServices.ComTypes.FILETIME. Shell name PKEY_Message_Received.
Public propertyStatic memberSenderAddress
The System.Message.SenderAddress property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Message_SenderAddress. Display name Sender address.
Public propertyStatic memberSenderName
The System.Message.SenderName property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Message_SenderName. Display name Sender name.
Public propertyStatic memberStore
The System.Message.Store property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Message_Store. Display name Store.
Public propertyStatic memberToAddress
The System.Message.ToAddress property key. PropVariant type: VT_LPWSTR, VT_VECTOR. .NET type: System.String[]. Shell name PKEY_Message_ToAddress. Display name To addresses.
Public propertyStatic memberToDoFlags
The System.Message.ToDoFlags property key. PropVariant type: VT_I4. .NET type: System.Int32. Shell name PKEY_Message_ToDoFlags.
Public propertyStatic memberToDoTitle
The System.Message.ToDoTitle property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Message_ToDoTitle. Display name To do title.
Public propertyStatic memberToName
The System.Message.ToName property key. PropVariant type: VT_LPWSTR, VT_VECTOR. .NET type: System.String[]. Shell name PKEY_Message_ToName. Display name To.
Public propertyStatic memberType
The System.Message.Type property key. PropVariant type: VT_NULL. .NET type: System.Object. Shell name PKEY_Message_Type.
Top
See Also