示例#1
0
 def getEmailAddress (self, nameOrAddressString):
     """
       Lookup or create an EmailAddress based
     on the supplied string.
     This method is here for convenient access, so users
     don't need to import Mail.
     """
     from mail import EmailAddress
     return EmailAddress.getEmailAddress (self.itsView, nameOrAddressString)
示例#2
0
 def getEmailAddress(self, nameOrAddressString):
     """
       Lookup or create an EmailAddress based
     on the supplied string.
     This method is here for convenient access, so users
     don't need to import Mail.
     """
     from mail import EmailAddress
     return EmailAddress.getEmailAddress(self.itsView, nameOrAddressString)