# MsgFlags

```csharp
[DllImport("ws2_32.dll", SetLastError = true)]
public static extern int MsgFlags(
   
);
```

Microsoft documentation: [Link](https://learn.microsoft.com/en-us/previous-versions/windows/desktop/oe/oe-imap-msgflags-constants)
