SOLIDWORKS PDM Professional API Help Send Feedback
IEdmInbox5 Interface
See Also  Members   Example
EPDM.Interop.epdm Namespace : IEdmInbox5 Interface


Allows you to access the messages sent to a user.


NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.

Syntax

Visual Basic 
Public Interface IEdmInbox5 
C# 
public interface IEdmInbox5 
C++/CLI 
public interface class IEdmInbox5 

Example

Remarks

This interface inherits from IDispatch. See IDispatch Interface (Automation).

To access this interface, cast an IEdmUser5 object to an IEdmInbox5 pointer.

See Also