段中不显示所有标签 (MailChimp)

All Tags Are Not Displayed in Segments (MailChimp)

在我的 MailChimp 段中,没有显示我的所有标签,我想获取该标签的 ID。

public 列出 GetAllListSegments()

        =>_mailChimpManager.ListSegments.GetAllAsync(ListId).Result.ToList();

调用ListSegment方法,获取迭代器,将所有标签一一保存到文件中。