SOLIDWORKS PDM Professional API Help Send Feedback
IsRead Property (IEdmMessage5)
See Also 
EPDM.Interop.epdm Namespace > IEdmMessage5 Interface : IsRead Property (IEdmMessage5)


Gets or sets whether the message has been read.

Syntax

Visual Basic 
Property IsRead As System.Boolean
C# 
System.bool IsRead {get; set;}
C++/CLI 
property System.bool IsRead {
   System.bool get();
   void set ( &   System.bool value);
}

Property Value

True if the message has been read, false if not (see Remarks)

Example

See the IEdmMessage5 examples.

Remarks

You can only set this property to true; you cannot set it to false.

See Also

Availability

Version 5.3 of SOLIDWORKS PDM Professional