InboxSMTPDomain property
Returns or sets the SMTP server/domain used for inboxes on the eRoom
site.
Syntax
C++
HRESULT get_InboxSMTPDomain(BSTR* pInboxSMTPDomain)
HRESULT
put_InboxSMTPDomain(BSTR MyInboxSMTPDomain)
Scripting
languages
InboxSMTPDomain
= Object.InboxSMTPDomain
Object.InboxSMTPDomain = InboxSMTPDomain
|