Share via


MapiMessage.messageType Method

Definition

Overloads

messageType()

Gets or sets the string that indicates that the message is not of the IPM (interpersonal message) type.

messageType(String)

messageType()

Gets or sets the string that indicates that the message is not of the IPM (interpersonal message) type.

public:
 virtual System::String ^ messageType();
public virtual string messageType ();
abstract member messageType : unit -> string
override this.messageType : unit -> string
Public Overridable Function messageType () As String

Returns

A messagetype string.

Remarks

Applications can select message types for messages that are not IPMs. Clients that support only IPMs can ignore the MessageType member when they read messages and set it to empty when they send messages.

Applies to

messageType(String)

public:
 virtual System::String ^ messageType(System::String ^ _messageType);
public virtual string messageType (string _messageType);
abstract member messageType : string -> string
override this.messageType : string -> string
Public Overridable Function messageType (_messageType As String) As String

Parameters

_messageType
String

The messageType value to set for the message; optional.

Returns

Applies to