最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Differentiate between different types of email recipients in inboxSdk - Stack Overflow

programmeradmin0浏览0评论

I am using InboxSdk and I wanted to know if there is any way to differentiate between different types of email recipients, i.e., to, Cc, Bcc

Currently using both methods of messageView getRecipientEmailAddresses() and getRecipientsFull(), I am only getting arrays of the recipients, which are unfiltered.

getRecipientEmailAddresses()


[
    "[email protected]",
    "[email protected]",
    "[email protected]",
    "[email protected]",
    "[email protected]",
    "[email protected]"
]

getRecipientsFull()

[
    {
        "emailAddress": "[email protected]"
    },
    {
        "emailAddress": "[email protected]"
    },
    {
        "emailAddress": "[email protected]"
    },
    {
        "emailAddress": "[email protected]"
    },
    {
        "emailAddress": "[email protected]"
    },
    {
        "emailAddress": "[email protected]"
    }
]
发布评论

评论列表(0)

  1. 暂无评论