VirtualMailManager/Relocated.py
branchv0.6.x
changeset 250 73cd082cd724
parent 249 bb7d9906c529
child 290 e2785e04f92e
--- a/VirtualMailManager/Relocated.py	Thu Apr 15 19:46:53 2010 +0000
+++ b/VirtualMailManager/Relocated.py	Thu Apr 15 20:21:18 2010 +0000
@@ -59,6 +59,11 @@
         if destination:
             self._dest = EmailAddress(destination[0])
 
+    @property
+    def address(self):
+        """The Relocated's EmailAddress instance."""
+        return self._addr
+
     def set_destination(self, destination):
         """Sets/updates the new address of the relocated user."""
         update = False