Ejy Chien

.NET Developer Proficient In WPF

All Posts

为GitLab配置Microsoft Graph作为邮件收发工具

本文介绍了如何配置 Microsoft Graph 作为 GitLab 的邮件收发工具。主要步骤包括:在 Microsoft Entra 中注册应用、授予必要权限并生成密钥;然后在 GitLab 配置邮件发送和接收参数,包括发件人信息、租户 ID、应用 ID 及客户端密码。最后,应用配置以实现 GitLab 通过 Microsoft Graph 进行邮件通信。
GitLab

Height limit of popup in wpf

The Height of Popup in WPF will be always limit to 75% of available during Measure, we can change it to expected value after the content of popup loaded
.NET WPF